Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 508 Bytes

File metadata and controls

12 lines (8 loc) · 508 Bytes

regalloc.rs

⚠ 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.