Package | Description |
---|---|
org.jikesrvm.compilers.opt.regalloc |
Modifier and Type | Field and Description |
---|---|
ActiveSet |
LinearScanState.active
Analysis information used by linear scan.
|
private ActiveSet |
GenericStackManager.activeSet
We may rely on information from linear scan to choose scratch registers.
|
Modifier and Type | Method and Description |
---|---|
private ActiveSet |
LinearScanPhase.createEmptySetOfActiveIntervals(IR ir) |
Modifier and Type | Method and Description |
---|---|
void |
GenericStackManager.insertSpillCode(ActiveSet set)
After register allocation, go back through the IR and insert
compensating code to deal with spills.
|