]> Cypherpunks repositories - gostls13.git/commit
runtime: rename var checkmark to checkmarkphase
authorAustin Clements <austin@google.com>
Mon, 12 Jan 2015 18:45:40 +0000 (13:45 -0500)
committerAustin Clements <austin@google.com>
Wed, 14 Jan 2015 16:08:46 +0000 (16:08 +0000)
commitea4f14cf2bb525eb0cedee2c6bb97dfd3f761ab3
treeacf0d50bbcfb8e19df3175bd2da12dc2d476f11c
parentaae0f074c0b42a337b61672ee6b0fd53d4c9d3f3
runtime: rename var checkmark to checkmarkphase

The old name was too ambiguous (is it a verb?  is it a predicate?  is
it a constant?) and too close to debug.gccheckmark.  Hopefully the new
name conveys that this variable indicates that we are currently doing
mark checking.

Change-Id: I031cd48b0906cdc7774f5395281d3aeeb8ef3ec9
Reviewed-on: https://go-review.googlesource.com/2656
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go