gencgc: Commentary fix for struct page, field region_start_offset.
authorAlastair Bridgewater <alastair.bridgewater@gmail.com>
Mon, 13 May 2013 22:41:11 +0000 (18:41 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Mon, 20 May 2013 19:51:21 +0000 (15:51 -0400)
commit8e6b746f034c8632394c56a4aa43c38333335a2e
tree01ae21aa13b454eedc73f5e2eba1d2047846f0d2
parent8c2a7241975ae5defff823601379c805acf262b6
gencgc: Commentary fix for struct page, field region_start_offset.

  * Simply describing region_start_offset as being related to an
allocation region which contains a page is disingenuous at best,
and misleading at worst.  Its relation with an alloc_region is due
to its initialization strategy, and has nothing to do with what
the value is for.

  * Say it like it is, it's an offset to a known object boundary,
from where we can start a call to gc_search_space() or scavenge().
That's what it's for, not for keeping track of alloc_regions.
src/runtime/gencgc-internal.h