aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 01:21:48 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-14 01:21:48 +0000
commit18828191d4e88242d791ec65dee5b1912332de7a (patch)
treeae35592b476e6f094f88725b501f1f4b63fe6177 /ChangeLog
parent2f83b32f7123508239da5ed670a45e831d614ac7 (diff)
downloadruby-18828191d4e88242d791ec65dee5b1912332de7a.tar.gz
test new optimizations for redefines
* test/ruby/test_optimization.rb (test_string_freeze): new test (test_hash_aref_with): ditto (test_hash_aset_with): ditto Our new (in 2.2) optimizations must not trigger when redefined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa563bae81..c9f9ec5588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 14 10:19:10 2014 Eric Wong <e@80x24.org>
+
+ * test/ruby/test_optimization.rb (test_string_freeze): new test
+ (test_hash_aref_with): ditto
+ (test_hash_aset_with): ditto
+
Tue Oct 14 01:27:54 2014 Tanaka Akira <akr@fsij.org>
* enum.c (nmin_run): max(n) and max_by(n) returns an array in