]> Cypherpunks repositories - gostls13.git/commit
runtime: add a hook to disable precise GC
authorIan Lance Taylor <iant@golang.org>
Fri, 12 Apr 2013 12:23:38 +0000 (05:23 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Apr 2013 12:23:38 +0000 (05:23 -0700)
commit709e03f43dce8e6fde3398e01255c08d22cb1ee2
tree0f825d593b00e1a14f16050c1845da405a93d6b0
parent9fe8681df6c16d5c534fe43a04e5fd43d7cdc521
runtime: add a hook to disable precise GC

This will let us ask people to rebuild the Go system without
precise GC, and then rebuild and retest their program, to see
if precise GC is causing whatever problem they are having.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8700043
src/pkg/runtime/mgc0.c