From b8aa41003e6a4548ecb26a795e653b8cb40b2ca5 Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 22 Apr 2016 15:59:34 +0000 Subject: merge revision(s) 54141,54542,54548: [Backport #12082] test_optimization.rb: tailcall * test/ruby/test_optimization.rb (TestRubyOptimization.tailcall): helper method to compile methods with tailcall optimization enabled. * compile.c (iseq_optimize): disable tail call optimization in rescued, rescue, and ensure blocks. [ruby-core:73871] [Bug #12082] * compile.c (new_label_body): initialize bit fields, since compile_data_alloc does not clear the memory. [Bug #12082] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8984173347..5a3e470828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Apr 23 00:51:51 2016 Nobuyoshi Nakada + + * compile.c (new_label_body): initialize bit fields, since + compile_data_alloc does not clear the memory. [Bug #12082] + +Sat Apr 23 00:51:51 2016 Nobuyoshi Nakada + + * compile.c (iseq_optimize): disable tail call optimization in + rescued, rescue, and ensure blocks. + [ruby-core:73871] [Bug #12082] + Sat Apr 23 00:33:04 2016 NARUSE, Yui * ext/nkf/nkf-utf8/nkf.c (mime_putc): fix typo. -- cgit v1.2.3