/regalloc.rs

Modular register allocator algorithms

Primary LanguageRustApache License 2.0Apache-2.0

regalloc.rs

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.