]> Cypherpunks repositories - gostls13.git/commit
Save the scheduling state even predawn.
authorIan Lance Taylor <iant@golang.org>
Fri, 7 May 2010 05:07:03 +0000 (22:07 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 7 May 2010 05:07:03 +0000 (22:07 -0700)
commite1b47159ab8218973e49eb0103f4fda57e6db864
treed06f7e9728f2d895d4439f28d2b7a8326f4df759
parent6d7583d5fd592b00461cd577eb50a30fd2ac8e76
Save the scheduling state even predawn.

This permits cgo callbacks to work when run in init code.
Otherwise cgocallback switches to the wrong stack address.

R=rsc
CC=golang-dev
https://golang.org/cl/1123043
src/pkg/runtime/proc.c