Module regalloc

Source
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§

RegAlloc
RegAlloc is the default provided register allocator.

Traits§

RegisterAllocator
RegisterAllocator is the trait register allocators implement. Implementations of this trait can be used wherever a register allocator is needed.