Max Bernstein 2026-08-27 18:36:10 +0000 (Thu, 27 Aug 2026)
New Revision: a889da909c
https://github.com/ruby/ruby/commit/a889da909c
Log:
ZJIT: Remove WriteBarrier for immediates
It doesn't end up generating any code (we catch this in codegen too) but
we might as well not have the instruction lying around in our IR.
Modified files:
zjit/src/hir.rs
zjit/src/hir/opt_tests.rs