org.jikesrvm.compilers.opt.regalloc
Class ScratchMap.SymbolicInterval
java.lang.Object
org.jikesrvm.compilers.opt.regalloc.ScratchMap.Interval
org.jikesrvm.compilers.opt.regalloc.ScratchMap.SymbolicInterval
- Enclosing class:
- ScratchMap
static final class ScratchMap.SymbolicInterval
- extends ScratchMap.Interval
An object that represents an interval where a symbolic register
resides in a scratch register.
Note that this interval must not span a basic block.
Method Summary |
String |
toString()
Return a string representation, assuming the 'scratch' field of
Instruction identifies an instruction. |
symbolic
final Register symbolic
- The symbolic register
ScratchMap.SymbolicInterval
ScratchMap.SymbolicInterval(Register symbolic,
Register scratch)
toString
public String toString()
- Return a string representation, assuming the 'scratch' field of
Instruction identifies an instruction.
- Overrides:
toString
in class Object