]> Cypherpunks repositories - gostls13.git/commit
runtime: leave gccheckmark testing off by default
authorRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 14:11:44 +0000 (10:11 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 19:29:04 +0000 (19:29 +0000)
commit8e5346571c409c0104cd4596557bd5d6241e09ab
treeaf4a1c54487a3bfb3629c3fb7180e79e7c349d68
parent449969a4ac5e9e1e5c41dac645e2b75a8a95fc08
runtime: leave gccheckmark testing off by default

It's not helping anymore, and it's fooling people who try to
understand performance (like me).

Change-Id: I133a644acae0ddf1bfa17c654cdc01e2089da963
Reviewed-on: https://go-review.googlesource.com/9018
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/runtime1.go