Package | Description |
---|---|
org.jikesrvm.compilers.opt.regalloc |
Modifier and Type | Field and Description |
---|---|
private SpillLocationManager |
LinearScanPhase.spillManager
An object which manages spill location assignments.
|
private SpillLocationManager |
ActiveSet.spillManager
Manager of spill locations;
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CompoundInterval.spill(SpillLocationManager spillManager,
RegisterAllocatorState regAllocState)
Assign this compound interval to a free spill location.
|
Constructor and Description |
---|
ActiveSet(IR ir,
SpillLocationManager sm,
SpillCostEstimator cost) |