|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.driver.OptimizationPlanner org.jikesrvm.compilers.opt.driver.ia32.MIROptimizationPlanner
public class MIROptimizationPlanner
This class specifies the order in which CompilerPhases are executed in the target-specific backend of the optimizing compiler. The methods LIR2MIR, MIROptimizations, and MIR2MC each specify the elements that make up the main compilation stages.
Constructor Summary | |
---|---|
MIROptimizationPlanner()
|
Method Summary | |
---|---|
static void |
intializeMasterPlan(ArrayList<OptimizationPlanElement> temp)
Initialize the "master plan" for the IA32 backend of the opt compiler. |
private static void |
LIR2MIR(ArrayList<OptimizationPlanElement> p)
This method defines the optimization plan elements that are to be performed to convert LIR to IA32 MIR. |
private static void |
MIR2MC(ArrayList<OptimizationPlanElement> p)
This method defines the optimization plan elements that are to be performed to convert IA32 MIR into ready-to-execute machinecode (and associated mapping tables). |
private static void |
MIROptimizations(ArrayList<OptimizationPlanElement> p)
This method defines the optimization plan elements that are to be performed on IA32 MIR. |
Methods inherited from class org.jikesrvm.compilers.opt.driver.OptimizationPlanner |
---|
addComponent, addComponent, composeComponents, createOptimizationPlan, generateOptimizingCompilerSubsystemReport, initializeMeasureCompilation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MIROptimizationPlanner()
Method Detail |
---|
public static void intializeMasterPlan(ArrayList<OptimizationPlanElement> temp)
private static void LIR2MIR(ArrayList<OptimizationPlanElement> p)
p
- the plan under constructionprivate static void MIROptimizations(ArrayList<OptimizationPlanElement> p)
p
- the plan under constructionprivate static void MIR2MC(ArrayList<OptimizationPlanElement> p)
p
- the plan under construction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |