regalloc.rs icon indicating copy to clipboard operation
regalloc.rs copied to clipboard

Modular register allocator algorithms

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.