]> Cypherpunks repositories - gostls13.git/commit
runtime: print more detail in adjustframe crash
authorRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 20:12:17 +0000 (16:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Sep 2014 20:12:17 +0000 (16:12 -0400)
commit6fb9d50d154c4a8ac4db11e91a3d221322859191
tree055e62a93a1b21b23989f6f285f5483cb116bfb8
parent735289ff76df92c9ff1178c1417c1ad640962d8b
runtime: print more detail in adjustframe crash

The logic here is copied from mgc0.c's scanframe.
Mostly it is messages although the minsize code is new
(and I believe necessary).

I am hoping to get more information about the current
arm build failures (or, if it's the minsize thing, fix them).

TBR=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/143180043
src/runtime/stack.c