[ruby-cvs:50502] ko1:r43360 (trunk): * gc.c: fix rb_objspace_t.
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Sat Oct 19 08:33:56 JST 2013
ko1 2013-10-19 08:33:55 +0900 (Sat, 19 Oct 2013)
New Revision: 43360
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43360
Log:
* gc.c: fix rb_objspace_t.
* make "struct heap" and move most of variables
in rb_objspace_t::heap.
* rename rb_objspace_t::heap::sorted to
rb_objspace_t::heap_sorted_pages
and make a macro heap_sorted_pages.
* rename rb_objspace_t::heap::range to
rb_objspace_t::heap_range and rename macros
lomem/himem to heap_lomem/heap_himem.
Modified files:
trunk/ChangeLog
trunk/gc.c
More information about the ruby-cvs
mailing list