commit | 1e112cd59f560129f4dca5e9af7c3cbc445850b6 | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Fri Jun 28 17:52:17 2013 +0400 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Fri Jun 28 17:52:17 2013 +0400 |
tree | 8f4607e22d36f17f179fc6c28fdcc025c5caabb5 | |
parent | ab1270bcfc2410c8b4637a2e3b530a8f51494de1 [diff] |
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