]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: Stop running gs during the GCscan phase.
authorRick Hudson <rlh@golang.org>
Fri, 21 Nov 2014 21:46:27 +0000 (16:46 -0500)
committerRick Hudson <rlh@golang.org>
Fri, 21 Nov 2014 21:46:27 +0000 (16:46 -0500)
commit273507aa8f17b2b619934ae63c99a2e31a4df5e2
tree1802cfe9bd278b0df72d2fc5ce562987939316cc
parent8c3f64022a34c140853a3ec6a3be5695e6c05de2
[dev.garbage] runtime: Stop running gs during the GCscan phase.
Ensure that all gs are in a scan state when their stacks are being scanned.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/179160044
src/runtime/mgc.go
src/runtime/proc1.go
src/runtime/stack1.go