RegAlloc
Class RegAlloc

java.lang.Object
  extended by RegAlloc.RegAlloc
All Implemented Interfaces:
Temp.Map

public class RegAlloc
extends java.lang.Object
implements Temp.Map


Nested Class Summary
 
Nested classes/interfaces inherited from interface Translate.Temp.Map
Temp.Map.Default
 
Field Summary
static boolean spilling
           
 Temp[] spills
           
 
Constructor Summary
RegAlloc(Frame frame, java.util.LinkedList<Instr> insns, java.io.PrintWriter out)
           
 
Method Summary
 Temp get(Temp temp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spills

public Temp[] spills

spilling

public static boolean spilling
Constructor Detail

RegAlloc

public RegAlloc(Frame frame,
                java.util.LinkedList<Instr> insns,
                java.io.PrintWriter out)
Method Detail

get

public Temp get(Temp temp)
Specified by:
get in interface Temp.Map