]> Cypherpunks repositories - gostls13.git/commit
runtime: rename gcBits -> gcBitsArena
authorAustin Clements <austin@google.com>
Fri, 24 Mar 2017 15:36:40 +0000 (11:36 -0400)
committerAustin Clements <austin@google.com>
Thu, 13 Apr 2017 18:20:40 +0000 (18:20 +0000)
commit9d1b2f888ef4b8c19630df6af18cabfc42d911a9
tree86da5d1b944a69de89bab38fee16f195a8f2c9ed
parentdc0f0ab70f94e97f273ab6d3f798eefe93e90fd0
runtime: rename gcBits -> gcBitsArena

This clarifies that the gcBits type is actually an arena of gcBits and
will let us introduce a new gcBits type representing a single
mark/alloc bitmap allocated from the arena.

For #19325.

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