aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-03 09:47:54 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-03 09:47:54 +0000
commita5fd4c45e37a53118e8385e9a91201fd6c99993c (patch)
treec549d4e9abf8ec17ea658c2071e2a463482a7273 /ChangeLog
parent29bee7e8ea26e9540b61add2c774860f4c61d4ff (diff)
downloadruby-a5fd4c45e37a53118e8385e9a91201fd6c99993c.tar.gz
* test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.
GC allows extending pages depends on heap_increment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f40a713a6..7477d26ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 3 18:43:51 2014 Koichi Sasada <ko1@atdot.net>
+
+ * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.
+ GC allows extending pages depends on heap_increment.
+
Tue Jun 3 18:01:27 2014 Koichi Sasada <ko1@atdot.net>
* gc.c (rb_gc_call_finalizer_at_exit): add