]> Cypherpunks repositories - gostls13.git/commit
runtime: preempt goroutines for GC
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 28 Jun 2013 13:52:17 +0000 (17:52 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 28 Jun 2013 13:52:17 +0000 (17:52 +0400)
commit1e112cd59f560129f4dca5e9af7c3cbc445850b6
tree8f4607e22d36f17f179fc6c28fdcc025c5caabb5
parentab1270bcfc2410c8b4637a2e3b530a8f51494de1
runtime: preempt goroutines for GC
The last patch for preemptive scheduler,
with this change stoptheworld issues preemption
requests every 100us.
Update #543.

R=golang-dev, daniel.morsing, rsc
CC=golang-dev
https://golang.org/cl/10264044
src/pkg/runtime/proc.c
src/pkg/runtime/proc_test.go
src/pkg/runtime/runtime.h
src/pkg/runtime/stack.c
src/pkg/runtime/stack.h