Project

General

Profile

Bug #20214

Updated by k0kubun (Takashi Kokubun) 4 months ago

Ruby 3.3.0 YJIT missed the support for the instruction that was added shortly before the 3.3.0 release. It's used in Rails, and we didn't mean to exit on such method calls. 

 It'd be nice if we can fix the issue in Ruby 3.3.1 by backporting commit:7567e4e1e1e8029b19cda81b612f2d1a0c27cb9f. 

 Backport PR: https://github.com/ruby/ruby/pull/9715 https://github.com/ruby/ruby/pull/9711.

Back