]> Cypherpunks repositories - gostls13.git/commit
runtime: make Gosched nosplit
authorRuss Cox <rsc@golang.org>
Thu, 11 Sep 2014 20:33:01 +0000 (16:33 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 11 Sep 2014 20:33:01 +0000 (16:33 -0400)
commit91baf5c65d50a1fd33097d2610e32d575d054e6f
tree7f3100903790b97696726f498bebd7cfdf1b3316
parent15a5c35cec35c09d276b0429b719a0f2cbb29189
runtime: make Gosched nosplit

Replacing gosched with Gosched broke some builds because
some of the call sites are at times when the stack cannot be grown.

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