Expand description
regalloc contains the default register allocator. One can implement their own register
allocator by implementing the regalloc::RegisterAllocator trait, if one does not have a skill issue.
Structs§
Traits§
- Register
Allocator RegisterAllocatoris the trait register allocators implement. Implementations of this trait can be used wherever a register allocator is needed.