| Source path: hg/ src/ pkg/ runtime/ proc.c |
|
|
|
|
Change log
d7aa3195a018
by Dmitriy Vyukov <dvyu...@google.com>
on May 15, 2012
Diff
runtime: refactor helpgc functionality in preparation for parallel GC Parallel GC needs to know in advance how many helper threads will be there. Hopefully it's the last patch before I can tackle parallel sweep phase. The benchmarks are unaffected. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6200064
| Go to: |
Older revisions
309f36eb16d9
by Maxim Pimenov <mpime...@google.com>
on Apr 2, 2012
Diff
runtime: fix a comment R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5975043 ...
01acf1dbe91f
by Russ Cox <r...@golang.org>
on Mar 27, 2012
Diff
runtime: work around false negative in deadlock detection Not a complete fix for issue 3342, but fixes the trivial case. ...
c09f4461036c
by Mikio Hara <mikioh.mikioh>
on Mar 26, 2012
Diff
undo CL 5844051 / 5d0322034aa8 Breaks closure test when GOMAXPROCS=2 or more. ...