aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-09 05:12:15 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-09 05:12:15 +0000
commit3238a4a729e39315168e126ae4c562cc203dad89 (patch)
tree3ed287ed847d2aff2421e8d2921f57f6438ecd2d /ChangeLog
parentddac04d2c279c9bf86d00157240f316a7f0bb34d (diff)
downloadruby-3238a4a729e39315168e126ae4c562cc203dad89.tar.gz
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <ko1@atdot.net>
+
+ * 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 <ko1@atdot.net>
* gc.c: add rb_objspace_t::flags::gc_stressfull and