From f0226f0a3c836e9262c5cd2671860140878d6b75 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 11 Apr 2016 08:43:06 +0000 Subject: compile.c: disable tco with rescue * compile.c (iseq_optimize): disable tail call optimization in rescued, rescue, and ensure blocks. [ruby-core:73871] [Bug #12082] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c91eafbcf..82b6081cc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 11 17:43:04 2016 Nobuyoshi Nakada + + * compile.c (iseq_optimize): disable tail call optimization in + rescued, rescue, and ensure blocks. + [ruby-core:73871] [Bug #12082] + Mon Apr 11 06:54:39 2016 Nobuyoshi Nakada * file.c (apply2files): apply to a VALUE vector instead of a -- cgit v1.2.3