aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 01:51:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 01:51:16 +0000
commit9797647e2546d44126e5d955e394c300a48d4201 (patch)
tree17523c3ad2d35b830da75d68cb8ce7b50600cc20 /ChangeLog
parent2ad4a1600bd407751f1aae01e758505fd2a5d61d (diff)
downloadruby-9797647e2546d44126e5d955e394c300a48d4201.tar.gz
* gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WB
here because created obj is always YOUNG/INFANT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44284 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 c80eeb594f..5642e5d5a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 19 10:50:13 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WB
+ here because created obj is always YOUNG/INFANT.
+
Thu Dec 19 10:48:37 2013 Koichi Sasada <ko1@atdot.net>
* benchmark/gc/gcbench.rb: check GC::OPTS availability