RegAlloc
Class RegAlloc

java.lang.Object
  extended by RegAlloc.RegAlloc
All Implemented Interfaces:
TempMap

public class RegAlloc
extends java.lang.Object
implements TempMap


Field Summary
 Temp[] spills
           
 
Constructor Summary
RegAlloc(Frame frame, java.util.LinkedList<Instr> insns, java.io.PrintWriter out)
           
 
Method Summary
 Temp tempMap(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
Constructor Detail

RegAlloc

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

tempMap

public Temp tempMap(Temp temp)
Specified by:
tempMap in interface TempMap