aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 06:23:38 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-29 06:23:38 +0000
commit8fe1d91f6283e706734fd2783fa98ec4e32623c9 (patch)
tree5a55a4c5171c99be3ce7aafdd208b0e61b0da6e5 /ChangeLog
parent8361dab9cb332e109dd22d99735d62997d1fbfc3 (diff)
downloadruby-8fe1d91f6283e706734fd2783fa98ec4e32623c9.tar.gz
* insns.def (opt_succ): optimize like r55515. (but this argument is
consntant) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55536 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 b859561d90..453101bb9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 29 15:18:28 2016 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * insns.def (opt_succ): optimize like r55515. (but this argument is
+ consntant)
+
Wed Jun 29 12:41:58 2016 Shugo Maeda <shugo@ruby-lang.org>
* test/ruby/test_refinement.rb: skip