Project

General

Profile

Bug #15303 ยป no-tco-no-problem.patch

alanwu (Alan Wu), 12/08/2018 05:27 AM

View differences:

ext/rubyvm/lib/forwardable/impl.rb
def self._compile_method(src, file, line)
RubyVM::InstructionSequence.compile(src, file, file, line,
trace_instruction: false,
tailcall_optimization: true)
tailcall_optimization: false)
.eval
end
end
    (1-1/1)