34 releases
0.0.34 | Jan 19, 2022 |
---|---|
0.0.33 | Nov 23, 2021 |
0.0.32 | Oct 20, 2021 |
0.0.31 | Oct 6, 2020 |
0.0.16 | Mar 30, 2020 |
#304 in Emulators
28,953 downloads per month
730KB
13K
SLoC
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.
lib.rs
:
Main file / top-level module for regalloc library.
We have tried hard to make the library's interface as simple as possible, yet flexible enough that the allocators it implements can provide good quality allocations in reasonable time. Nevertheless, there is still significant semantic complexity in parts of the interface. If you intend to use this library in your own code, you would be well advised to read the comments in this file very carefully.