[go-nuts] [gollvm] why gollvm place llvm.statpoint in pad basicblock

2023-12-13 Thread Axis Dong
hi everyone I am a newcomer of gollvm. And I spend some time on investigating about how gollvm works. When I read the code of llvm, I found something wired. Why gollvm place llvm.statpoint in pad basicblock? Can we place the llvm.statpoint on the normal basicblok? Thanks in advance David --

[go-nuts] build debug golang

2021-07-08 Thread Axis
Hello everyone, I am new in golang community. I just want to build a debug golang to do better debug. But when I want to build debug golang using the following instructions " export BOOT_GO_GCFLAGS="-N -l" export BOOT_GO_LDFLAGS="-w" ./make.bash " golang j