SandMark version 3.0


sandmark.util.controlflowgraph
Class RegisterAllocator

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.RegisterAllocator

public class RegisterAllocator
extends java.lang.Object


Nested Class Summary
(package private)  class RegisterAllocator.IGGraph
           
(package private)  class RegisterAllocator.IGNode
           
 
Field Summary
(package private)  int colorsUsed
           
(package private)  RegisterAllocator.IGGraph constructedIG
           
(package private)  InterferenceGraph ig
           
 
Constructor Summary
RegisterAllocator(InterferenceGraph ig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ig

InterferenceGraph ig

constructedIG

RegisterAllocator.IGGraph constructedIG

colorsUsed

int colorsUsed
Constructor Detail

RegisterAllocator

public RegisterAllocator(InterferenceGraph ig)

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003