mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
jump, branchif, etc don't invalidate locals in the JIT; they might in the interpreter because they can execute arbitrary code, but the JIT side exits before that happens.