aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/stack_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-06 21:19:24 -0400
committerRuss Cox <rsc@golang.org>2014-09-06 21:19:24 -0400
commit59dd20f4d3d3614edf665d79c1f4fa5f6f30d057 (patch)
treed1545db6f1a88b9ceeef449b057f23a8ac8ecdc1 /src/runtime/debug/stack_test.go
parentc01c2c8895e9efe48dfef89cb3c0414539962505 (diff)
downloadgo-59dd20f4d3d3614edf665d79c1f4fa5f6f30d057.tar.xz
runtime: fix windows syscalls for copying stacks
Syscall and everything it calls must be nosplit: we cannot split a stack once Syscall has been invoked, because we don't know which of its arguments are pointers. LGTM=khr, r, alex.brainman R=dvyukov, iant, khr, r, bradfitz, alex.brainman CC=golang-codereviews https://golang.org/cl/133670043
Diffstat (limited to 'src/runtime/debug/stack_test.go')
0 files changed, 0 insertions, 0 deletions