summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 16:16:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 16:16:05 +0000
commitb43d6331cbf218583ddd1db3a388e5b8d46362f7 (patch)
treeef72f5bff5426e39c05b628be98530a214e12499
parent3a17a592da8415433ee58960e266d16a8b0cd048 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e2bba6e61..3afb96c997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,10 +6,10 @@ Thu Jun 6 00:59:44 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (gc_mark_children): move sunny old check to gc_mark().
* gc.c (rgengc_check_shady): remove DEMOTE that already unnecessary.
* gc.c (rb_gc_writebarrier): ditto.
-
+
change sunny old check point in order to save mark stack and
remove unnatural rest_sweep & demote.
-
+
Thu Jun 6 00:52:42 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (rgengc_rememberset_mark): change scan algorithm for performance: