summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-12 05:05:18 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-12 05:05:18 +0000
commite199582e24a5b8233380502e550019bd3055189e (patch)
treedb930620aa6f15e5df04f5f0aeb26d09b8ebaf4b /ChangeLog
parentba6e227350a3751bf163bfae675ea0a3a6d88aa6 (diff)
* backport r32894 from trunk.
* gc.c (gc_lazy_sweep): if sweep target slots are not found, we try heap_increment() because it might be able to expand the heap. [Bug #5127] [ruby-dev:44285] * gc.c (gc_clear_mark_on_sweep_slots): if a sweeping was interrupted, we expand the heap if at all possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c53ac11880..522b7e6e91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Fri Aug 12 13:53:03 2011 Narihiro Nakamura <narihiro@netlab.jp>
+
+ * backport r32894 from trunk.
+
+ * gc.c (gc_lazy_sweep): if sweep target slots are not found, we
+ try heap_increment() because it might be able to expand the
+ heap. [Bug #5127] [ruby-dev:44285]
+
+ * gc.c (gc_clear_mark_on_sweep_slots): if a sweeping was
+ interrupted, we expand the heap if at all possible.
+
Fri Aug 12 12:28:17 2011 Eric Hodel <drbrain@segment7.net>
* lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel