Be careful that the compiler isnt removing some or all of your program. Check 
the asm to assert that your program is not being optimised away.

Then check -gcflags=-m to see if the compiler is choosing a different escape 
analysis depending on the size of your allocation. 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to