Max Bernstein 2026-07-06 22:22:01 +0000 (Mon, 06 Jul 2026)
New Revision: 96d98f4f50
https://github.com/ruby/ruby/commit/96d98f4f50
Log:
ZJIT: Thread through num_bits to LoadField/StoreField
Don't try to infer it based on the type at codegen; it may be Empty and
that will give the wrong size (because it will match the first case).
See
https://github.com/ruby/ruby/pull/17504
Modified files:
zjit/src/codegen.rs
zjit/src/hir.rs