summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 03:15:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 03:15:31 +0000
commit7382eb7e389149f995f42d3af8dae8344bf49052 ()
treeba7a513ee0587d790223d0b121ad5a96c79fa30f
parent9ec75a259d882daa1c769dcb0c1b76647b00f772 (diff)
compile.c: tailcall in conditinal block
* compile.c (iseq_peephole_optimize): enable tail call optimization inside a conditional block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--compile.c7
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,8 @@
Thu Sep 22 13:00:04 2016 Kazuhiro NISHIYAMA <[email protected]>
* gc.c (gc_start_internal): [DOC] methods without arguments
@@ -2281,6 +2281,13 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal
/*case BIN(trace):*/
next = next->next;
break;
case BIN(leave):
piobj = iobj;
default: