This avoids the set uniqueness (hashing) test, reduces memory churn when re-mapping virtual register onto real registers, and is generally more memory-efficient.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.