|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.backend.regalo.RegisterAllocation
Register allocation session object.
| Nested Class Summary | |
(package private) static class |
RegisterAllocation.CopyPair
Copy pair |
| Field Summary | |
static coins.backend.regalo.RegisterAllocation.Trigger |
trig
Trigger class singleton. |
(package private) static int |
VAR_ASSIGNED
|
(package private) static int |
VAR_COALESCED
|
(package private) static int |
VAR_ONSTACK
|
(package private) static int |
VAR_SPILLED
|
(package private) static int |
VAR_WORKING
|
| Constructor Summary | |
RegisterAllocation()
|
|
| Method Summary | |
(package private) boolean |
conservative(int x,
int y)
Return true if x and y are safely coalescable |
(package private) boolean |
isAlreadySplit(Symbol sym)
Return true if symbol is already split variable (has two %s). |
(package private) int |
nameOf(int x)
Return real name (coalesced) of x |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final coins.backend.regalo.RegisterAllocation.Trigger trig
static final int VAR_WORKING
static final int VAR_ONSTACK
static final int VAR_COALESCED
static final int VAR_SPILLED
static final int VAR_ASSIGNED
| Constructor Detail |
public RegisterAllocation()
| Method Detail |
boolean conservative(int x,
int y)
int nameOf(int x)
boolean isAlreadySplit(Symbol sym)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||