]> Cypherpunks repositories - gostls13.git/commit
runtime: get rid of other Go->C calls in test exports.
authorKeith Randall <khr@golang.org>
Sat, 6 Sep 2014 17:07:23 +0000 (10:07 -0700)
committerKeith Randall <khr@golang.org>
Sat, 6 Sep 2014 17:07:23 +0000 (10:07 -0700)
commitdbed4e9b4f60b25dd472da0dd46b398114acf2fe
treec741949eb2110b3370ad59c7ef9d1a02d8ad4b37
parent0e19a3d6d073e70e8849011d673c68da8b5049b2
runtime: get rid of other Go->C calls in test exports.

testSchedLocal* tests need to malloc now because their
stack frames are too big to fit on the G0 stack.

LGTM=iant
R=golang-codereviews, iant, khr
CC=golang-codereviews
https://golang.org/cl/133660043
misc/cgo/test/backdoor/runtime.c
misc/cgo/test/backdoor/thunk.s [new file with mode: 0644]
src/pkg/runtime/export_test.go
src/pkg/runtime/proc.c
src/pkg/runtime/proc.go
src/pkg/runtime/proc_test.go
src/pkg/runtime/runtime.h