Package | Description |
---|---|
org.jikesrvm.compilers.opt.escape |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ObjectReplacer
Class that performs scalar replacement of aggregates for non-array
objects
|
(package private) class |
ShortArrayReplacer
Class that performs scalar replacement of short arrays
|
Modifier and Type | Method and Description |
---|---|
private AggregateReplacer |
EscapeTransformations.getAggregateReplacer(Instruction inst,
IR ir)
Generate an object which will perform scalar replacement of
an aggregate allocated by a given instruction
PRECONDITION: objects returned by this allocation site do NOT escape
the current method
|