]> Cypherpunks repositories - gostls13.git/commit
runtime: update some comments
authorAustin Clements <austin@google.com>
Sun, 1 May 2016 01:47:30 +0000 (21:47 -0400)
committerAustin Clements <austin@google.com>
Sun, 1 May 2016 03:31:50 +0000 (03:31 +0000)
commit77c7f12438aa83d9ba02c7fd48e4a0a288ed9123
treeea37f13508ec95e616b1073ae9a906ad7852baf2
parent5d002dbc2179c99beb47490d316c53f687c9565a
runtime: update some comments

This updates some comments that became out of date when we moved the
mark bit out of the heap bitmap and started using the high bit for the
first word as a scan/dead bit.

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