comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2684:ed36daed4c43

Add new option PrintIdealGraphToFile and another printer/observer pair to generate a graph representation that can be visualized and inspected with the ideal graph visualizer
author Peter Hofer <peter.hofer@jku.at>
date Mon, 16 May 2011 17:31:53 +0200
parents e0e89714e2f1
children b179be22a3db
comparison
equal deleted inserted replaced
2683:026b21a81651 2684:ed36daed4c43
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 = ____; 71 public static boolean PrintDOTGraphToPdf = ____;
72 public static boolean PrintIdealGraphToFile = ____;
72 public static boolean OmitDOTFrameStates = true; 73 public static boolean OmitDOTFrameStates = true;
73 public static boolean PrintMetrics = ____; 74 public static boolean PrintMetrics = ____;
74 public static boolean PrintTimers = ____; 75 public static boolean PrintTimers = ____;
75 public static boolean PrintCompilation = ____; 76 public static boolean PrintCompilation = ____;
76 public static boolean PrintXirTemplates = ____; 77 public static boolean PrintXirTemplates = ____;