summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-20 08:26:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-20 08:26:48 +0000
commit87dc439d8b7653d62698f855d64dce90f115fa49 (patch)
tree856d5e112a7c288750c841468d7b11413c4e6b2d /ChangeLog
parent676e14b8437e49f54de307d55261474812ce4174 (diff)
downloadruby-87dc439d8b7653d62698f855d64dce90f115fa49.tar.gz
ruby-87dc439d8b7653d62698f855d64dce90f115fa49.tar.xz
ruby-87dc439d8b7653d62698f855d64dce90f115fa49.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1050 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 c2e73e4e3..53c5355c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
Mon Nov 20 13:45:21 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * gc.c (gc_sweep): defer finalization in GC during compilation or
+ interrupt prohibit section.
+
+ * gc.c (gc_sweep): mark all nodes before sweeping if GC happened
+ during compilation.
+
* eval.c (rb_eval): should treat class variables specially in a
method defined in the singleton class.