org.jikesrvm.compilers.opt.regalloc
Class LinearScan.LinearScanState
java.lang.Object
org.jikesrvm.compilers.opt.regalloc.LinearScan.LinearScanState
- Enclosing class:
- LinearScan
public static final class LinearScan.LinearScanState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intervals
public final ArrayList<LinearScan.BasicInterval> intervals
- The live interval information, a set of Basic Intervals
sorted by increasing start point
spilledSomething
public boolean spilledSomething
- Was any register spilled?
active
public LinearScan.ActiveSet active
- Analysis information used by linear scan.
LinearScan.LinearScanState
public LinearScan.LinearScanState()