Max Bernstein 2026-03-02 21:35:15 +0000 (Mon, 02 Mar 2026)
New Revision: 2ccb44c1ba
https://github.com/ruby/ruby/commit/2ccb44c1ba
Log:
ZJIT: Don't use find() in infer_types (#16283)
No need to materialize the whole instruction; if/when we need the
operands, do the union-find lookup per operand. This saves on allocation
time.
Modified files:
zjit/src/hir.rs