]> Cypherpunks repositories - gostls13.git/commit
runtime: document that GC blocks the whole program
authorRob Pike <r@golang.org>
Fri, 17 Jul 2015 21:37:51 +0000 (07:37 +1000)
committerRob Pike <r@golang.org>
Fri, 17 Jul 2015 22:40:21 +0000 (22:40 +0000)
commited9a4c91c2e82aabe8ef4a6391d9d3306eff63bc
treea9d0eec8996b1815e2aed180bd4bb6a966f957ba
parent3549178e551e359200dc4fd162f14b848ad65b31
runtime: document that GC blocks the whole program

No code changes. Just make it clear that runtime.GC is not concurrent.

Change-Id: I00a99ebd26402817c665c9a128978cef19f037be
Reviewed-on: https://go-review.googlesource.com/12345
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/mgc.go