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
--
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