]> Cypherpunks repositories - gostls13.git/commit
runtime: don't mark the new call trampolines as NOSPLIT.
authorKeith Randall <khr@golang.org>
Tue, 6 Aug 2013 21:33:55 +0000 (14:33 -0700)
committerKeith Randall <khr@golang.org>
Tue, 6 Aug 2013 21:33:55 +0000 (14:33 -0700)
commit12e46e42ecd2e5e432385f40cbc4499f60442aa4
tree1c80d9390057238db2af2d91a2a2f081bd8a4510
parentb29d035fe61e32d55fffe19be0abc95baa9078ae
runtime: don't mark the new call trampolines as NOSPLIT.
They may call other NOSPLIT routines, and that might
overflow the stack.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12563043
src/pkg/runtime/asm_386.s
src/pkg/runtime/asm_amd64.s
src/pkg/runtime/asm_arm.s