From ab084f406319dcfd06a4f7922fcb6e95ccec22bc Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Jun 2013 06:29:30 +0000 Subject: * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP is disabled. * gc.c (gc_marks_test): store oldgen count and shady count before test marking and restore them after marking. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d097599059..f2f79ca61d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 21 15:26:45 2013 Koichi Sasada + + * gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP is + disabled. + + * gc.c (gc_marks_test): store oldgen count and shady count + before test marking and restore them after marking. + Fri Jun 21 15:07:42 2013 Koichi Sasada * gc.c: enable lazy sweep (commit miss). -- cgit v1.2.3