]> Cypherpunks repositories - gostls13.git/commit
runtime: check explicitly for short unwinding of stacks
authorRuss Cox <rsc@golang.org>
Wed, 26 Aug 2015 15:39:10 +0000 (11:39 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 28 Aug 2015 16:05:59 +0000 (16:05 +0000)
commit9c04d00214cb836ddcf4b7b6b0c4b4e5c11bb957
treeeda2faf35b674f5692c1a3497d787271e91886a7
parent06b0f15e092ac8e7344f456875eb77d71fee93f8
runtime: check explicitly for short unwinding of stacks

Right now we find out implicitly if stack barriers are in place,
or defers. This change makes sure we find out about short
unwinds always.

Change-Id: Ibdde1ba9c79eb792660dcb7aa6f186e4e4d559b3
Reviewed-on: https://go-review.googlesource.com/13966
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/proc1.go
src/runtime/runtime2.go
src/runtime/stack1.go
src/runtime/traceback.go