]> Cypherpunks repositories - gostls13.git/commit
runtime: mark freedefer and deferclass go:nosplit
authorRuss Cox <rsc@golang.org>
Mon, 8 Sep 2014 21:37:49 +0000 (17:37 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 8 Sep 2014 21:37:49 +0000 (17:37 -0400)
commit857d55a3f9cfc8ccc8aef24571417ae4ecabbcc9
treeaff451b5826302a4b7fae4708df65d8c4f8161ac
parentdc089574c49f3e426da4387a9448ca1a631c0b42
runtime: mark freedefer and deferclass go:nosplit

This should make deferreturn nosplit all the way down,
which should fix the current windows/amd64 failure.
If not, I will change StackCopyAlways back to 0.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/135600043
src/runtime/panic.go