aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-26 12:36:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-26 12:36:43 +0000
commit778f32a153a9e419592146bd82300b6f158940f9 (patch)
treed4dbe7c0bb8f49f9878895e840ce272f3228c4df /ChangeLog
parenta3ddead9914b77b105dd0030817a20db75d93af9 (diff)
downloadruby-778f32a153a9e419592146bd82300b6f158940f9.tar.gz
compile.c: tailcall opt for indexers
* compile.c (iseq_peephole_optimize): enable tail call optimization for specialized indexers. * compile.c (iseq_compile_each): blockiseq should be NULL, but not Qnil. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c3c22b8ec..c911b2bbcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Nov 26 21:36:40 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * compile.c (iseq_peephole_optimize): enable tail call
+ optimization for specialized indexers.
+
+ * compile.c (iseq_compile_each): blockiseq should be NULL, but not
+ Qnil.
+
Thu Nov 26 17:22:53 2015 NARUSE, Yui <naruse@ruby-lang.org>
* regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: