When an ordinary goroutine (not a CGo call into C) executes runtime.LockOSThread, does its stack become the OS thread stack? In particular, I'm interested if that guarantees fixed (pinned) pointers pointing into the stack. If the real OS thread stack is used then that should work, I guess, but I'd like to be enlightened by someone who knows the runtime.
Also, do gc and gccgo differ wrt this question? Thanks in advance for any and all answers. -- -j -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
