]> Cypherpunks repositories - gostls13.git/commit
runtime: re-enable preemption
authorRuss Cox <rsc@golang.org>
Wed, 17 Jul 2013 18:03:27 +0000 (14:03 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 17 Jul 2013 18:03:27 +0000 (14:03 -0400)
commitb913cf84dc5bc78197b0ea42d9375ec1a7a01909
tree226892021ec84b4920d37c35ffb702a45d3d8a8d
parent5887f142a33fbb8da94088e902ced4101a16aa8f
runtime: re-enable preemption

Update #543

I believe the runtime is strong enough now to reenable
preemption during the function prologue.
Assuming this is or can be made stable, it will be in Go 1.2.
More aggressive preemption is not planned for Go 1.2.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/11433045
src/pkg/runtime/proc.c