regalloc.rs

October 3, 2022 · View on GitHub

⚠ This project has been deprecated in favor of the regalloc2, which is maintained and expected to be faster. No security updates will be made, and contributions will be disabled.


A work-in-progress modular register allocation algorithm, implemented so as to be used in Cranelift.

WARNING: This is not production ready, you should expect API changes, failures, etc.