comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2674:6ab73784566a

* BlockBegin.predecessors changed to List<BlockEnd> * Node: add input/successor with given back edge index, allows for explicit ordering of predecessors/usages * Graphviz: PDF output, option to omit FrameStates * runscimark.sh: forward additional options to JVM
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 13 May 2011 15:18:41 +0200
parents 35453d725a2a
children e0e89714e2f1
comparison
equal deleted inserted replaced
2673:98447ab8bd83 2674:6ab73784566a
66 public static boolean PrintHIR = ____; 66 public static boolean PrintHIR = ____;
67 public static boolean PrintInliningFailures = ____; 67 public static boolean PrintInliningFailures = ____;
68 public static boolean PrintLIR = ____; 68 public static boolean PrintLIR = ____;
69 public static boolean PrintCFGToFile = ____; 69 public static boolean PrintCFGToFile = ____;
70 public static boolean PrintDOTGraphToFile = ____; 70 public static boolean PrintDOTGraphToFile = ____;
71 public static boolean PrintDOTGraphToPdf = ____;
72 public static boolean OmitDOTFrameStates = true;
71 public static boolean PrintMetrics = ____; 73 public static boolean PrintMetrics = ____;
72 public static boolean PrintTimers = ____; 74 public static boolean PrintTimers = ____;
73 public static boolean PrintCompilation = ____; 75 public static boolean PrintCompilation = ____;
74 public static boolean PrintXirTemplates = ____; 76 public static boolean PrintXirTemplates = ____;
75 public static boolean PrintIRWithLIR = ____; 77 public static boolean PrintIRWithLIR = ____;