public final class LinearScanState extends Object
| Modifier and Type | Field and Description |
|---|---|
ActiveSet |
active
Analysis information used by linear scan.
|
ArrayList<BasicInterval> |
intervals
The live interval information, a set of Basic Intervals
sorted by increasing start point
|
boolean |
spilledSomething
Was any register spilled?
|
| Constructor and Description |
|---|
LinearScanState() |
public final ArrayList<BasicInterval> intervals
public boolean spilledSomething
public LinearScanState()