summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 07:20:49 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 07:20:49 +0000
commit271f069c7f07391fe9626ca01f4d4a8076fb6c04 (patch)
treed9c7f31770a19f7895719b7250f82d8cd27a722e /ChangeLog
parent42fcb804f458ae8f3db787f26574fdbddcba2823 (diff)
* gc.c (chain_finalized_object): remove to check a mark flag and
marking since all objects are certainly unmarked with rest_sweep. * gc.c (rb_objspace_call_finalizer): remove to mark finalizable objects. The sweeping doesn't push T_ZOMBIE objects to the freelist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e0f73770f..061aa4fac4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Oct 5 16:04:33 2012 Narihiro Nakamura <authornari@gmail.com>
+
+ * gc.c (chain_finalized_object): remove to check a mark flag and
+ marking since all objects are certainly unmarked with rest_sweep.
+
+ * gc.c (rb_objspace_call_finalizer): remove to mark finalizable
+ objects. The sweeping doesn't push T_ZOMBIE objects to the
+ freelist.
+
Thu Oct 4 23:40:04 2012 Narihiro Nakamura <authornari@gmail.com>
* gc.c (init_heap): call init_mark_stack before to allocate