gencgc: Rename page_table field region_start_offset to scan_start_offset.
authorAlastair Bridgewater <alastair.bridgewater@gmail.com>
Mon, 13 May 2013 23:19:43 +0000 (19:19 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Mon, 20 May 2013 19:51:21 +0000 (15:51 -0400)
commit920989c0d4949557e511c7dd5b0a860964dd9720
tree5bb3af7f856a7c47aacfd2367b251d2e2707ada8
parent8e6b746f034c8632394c56a4aa43c38333335a2e
gencgc: Rename page_table field region_start_offset to scan_start_offset.

  * Let's call it what it is: The offset from where to start any
scan through the page to the start of the page.  The only relation
this field has to an alloc_region is the way it is initialized.
src/runtime/coreparse.c
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
src/runtime/save.c