]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up more traces of the old mark bit
authorAustin Clements <austin@google.com>
Fri, 2 Sep 2016 17:56:52 +0000 (13:56 -0400)
committerAustin Clements <austin@google.com>
Tue, 6 Sep 2016 19:26:08 +0000 (19:26 +0000)
commitb275e55d86c78b8fdcfc70ea835ab3e00c7d6eeb
treeee3c399507cb8b12e67237a5f4e45f20769d8b54
parent4d5bb76279a7b0043bef97156a39ae1bef923e6d
runtime: clean up more traces of the old mark bit

Commit 59877bf renamed bitMarked to bitScan, since the bitmap is no
longer used for marking. However, there were several other references
to this strewn about comments and in some other constant names. Fix
these up, too.

Change-Id: I4183d28c6b01977f1d75a99ad55b150f2211772d
Reviewed-on: https://go-review.googlesource.com/28450
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mbitmap.go