]> Cypherpunks repositories - gostls13.git/commit
runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld variables
authorRuss Cox <rsc@golang.org>
Fri, 5 Jun 2015 15:51:49 +0000 (11:51 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 15 Jun 2015 17:31:04 +0000 (17:31 +0000)
commitd5b40b6ac261c987244ba0131c272b0b7ebc25cf
treed0c87e78840d9a812d33f10414cddc125a89ecb9
parent80ec7117551f009edba6eb16b34b85cfe6ba2f4f
runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld variables

While we're here, update the documentation and delete variables with no effect.

Change-Id: I4df0d266dff880df61b488ed547c2870205862f0
Reviewed-on: https://go-review.googlesource.com/10790
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/extern.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/runtime1.go
src/runtime/stack1.go