Aaron Patterson 2025-11-26 00:51:54 +0000 (Wed, 26 Nov 2025)
New Revision: d7e55f84f2
https://github.com/ruby/ruby/commit/d7e55f84f2
Log:
ZJIT: Use the custom iterator
This commit uses the custom instruction iterator in arm64 / x86_64
instruction splitting. Once we introduce basic blocks to LIR, the
custom iterator will ensure that instructions are added to the correct
place.
Modified files:
zjit/src/backend/arm64/
mod.rs
zjit/src/backend/x86_64/
mod.rs