aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 15:57:12 +0000
committertarui <tarui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 15:57:12 +0000
commit5d10f35142762ecfdf9a7996eb31217d13c0f251 (patch)
treefd644b67ae8e69fc8df257d3e68a907e2bbf4b74 /ChangeLog
parent6e4cfd9475e4287df2e9cd5bfdad6bd82aaaacd6 (diff)
downloadruby-5d10f35142762ecfdf9a7996eb31217d13c0f251.tar.gz
* gc.c (rgengc_rememberset_mark): change scan algorithm for performance:
from object's pointer base to bitmap one. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e85b40b4d5..e7ad0e9762 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 6 00:52:42 2013 Masaya Tarui <tarui@ruby-lang.org>
+
+ * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:
+ from object's pointer base to bitmap one.
+
Thu Jun 6 00:30:04 2013 NARUSE, Yui <naruse@ruby-lang.org>
* win32/win32.c (NET_LUID): define it on MinGW32.