]> Cypherpunks repositories - gostls13.git/commit
runtime: fix cgo to handle the case where the G stack is copied.
authorKeith Randall <khr@golang.org>
Fri, 12 Sep 2014 03:36:23 +0000 (20:36 -0700)
committerKeith Randall <khr@golang.org>
Fri, 12 Sep 2014 03:36:23 +0000 (20:36 -0700)
commit47f251c1cede13dba3e478b2528fb89eede1b566
tree7df62d692c501f05d6a924c0f124fa96379e7d2b
parentaa168ed2cd0614afa7503e3b0eb2b1e38b43384a
runtime: fix cgo to handle the case where the G stack is copied.

Tests will come in a separate CL after the funcdata stuff is resolved.

Update #8696

LGTM=iant, rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/138330045
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_arm.s