org.jikesrvm.compilers.opt.regalloc
Class ScratchMap.PhysicalInterval
java.lang.Object
org.jikesrvm.compilers.opt.regalloc.ScratchMap.Interval
org.jikesrvm.compilers.opt.regalloc.ScratchMap.PhysicalInterval
- Enclosing class:
- ScratchMap
static final class ScratchMap.PhysicalInterval
- extends ScratchMap.Interval
An object that represents an interval where a physical register's
contents are evicted so that the physical register can be used as a
scratch.
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. |
ScratchMap.PhysicalInterval
ScratchMap.PhysicalInterval(Register scratch)
toString
public String toString()
- Return a string representation, assuming the 'scratch' field of
Instruction identifies an instruction.
- Overrides:
toString
in class Object