From: k@... Date: 2016-03-09T09:24:20+00:00 Subject: [ruby-core:74240] [Ruby trunk Bug#12082] Tail-calling method can't catch exception raised by tail-called method Issue #12082 has been updated by Kazuki Yamaguchi. File 0001-compile.c-don-t-do-tail-call-optimization-if-covered-v2.patch added Updating my patch, because it breaks such code: ~~~ruby def errinfo $! end RubyVM::InstructionSequence.compile(<