| Subclasses of RegisterAllocator in com.android.dx.ssa.back |
class |
FirstFitAllocator
Allocates registers via a naive n^2 register allocator. |
class |
FirstFitLocalCombiningAllocator
Allocates registers in a first-fit fashion, with the bottom reserved for
method parameters and all SSAregisters representing the same local variable
kept together if possible. |
class |
NullRegisterAllocator
A register allocator that maps SSA register n to Rop register 2*n,
essentially preserving the original mapping and remaining agnostic
about normal or wide categories. |