aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-16 08:41:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-16 08:41:06 +0000
commita86d454538259e3269cbfc29ed01d1760676e5d0 (patch)
tree2c307a64aba29307489b22501fce7e6468c2e158 /ChangeLog
parentbe5ed87c2f2f8d17665fde4c939ac1605d402ac4 (diff)
downloadruby-a86d454538259e3269cbfc29ed01d1760676e5d0.tar.gz
* gc.c (gc_marks, gc_marks_body): increase the counter of young objects
at the major GC because AGE2Promotion changes all old objects into young objects at major GC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4bb45be4c..e203d1635c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 16 17:38:22 2014 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_marks, gc_marks_body): increase the counter of young objects
+ at the major GC because AGE2Promotion changes all old objects into
+ young objects at major GC.
+
Fri May 16 17:26:24 2014 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_before_sweep): heap_pages_swept_slots should contains