From 3238a4a729e39315168e126ae4c562cc203dad89 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 9 Sep 2014 05:12:15 +0000 Subject: * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gc to make accesssing both parameters easy. * gc.c (heap_get_freeobj): add LIKELY() hint. * gc.c (heap_get_freeobj_from_next_freepage): ditto. * gc.c (newobj_of): check both parameters at once for exceptional case. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad6c3ee27f..ec6491691e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Sep 9 14:09:36 2014 Koichi Sasada + + * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gc + to make accesssing both parameters easy. + + * gc.c (heap_get_freeobj): add LIKELY() hint. + + * gc.c (heap_get_freeobj_from_next_freepage): ditto. + + * gc.c (newobj_of): check both parameters at once for exceptional + case. + Tue Sep 9 13:51:32 2014 Koichi Sasada * gc.c: add rb_objspace_t::flags::gc_stressfull and -- cgit v1.2.3