summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-24 06:52:38 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-24 06:52:38 +0000
commitb84f7fda07a8e7bfad80a9faae69f071b736f144 (patch)
treec88e01d7bf0372f080afa591109f74630b7dd17b /ChangeLog
parent717c5f94aaa2fd268f7c5602185111ae37bc31d6 (diff)
* gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)
before extending heaps. TODO: do major GC when there are many old (promoted) objects. * gc.c (after_gc_sweep): remove TODO comments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 355e2d7968..b5ad689456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 24 15:48:18 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)
+ before extending heaps.
+ TODO: do major GC when there are many old (promoted) objects.
+
+ * gc.c (after_gc_sweep): remove TODO comments.
+
Fri May 24 11:04:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (LIBRUBY_RPATHFLAGS): do not append -L option with