comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2648:d456b679b6de

Add option PrintDOTGraphToFile to produce Graphviz graphs in the DOT language for compiled methods that match PrintFilter
author Peter Hofer <peter.hofer@jku.at>
date Wed, 11 May 2011 14:45:32 +0200
parents 4694daa6af3a
children 616c6e74b69a
comparison
equal deleted inserted replaced
2647:0bf54306c139 2648:d456b679b6de
67 // printing settings 67 // printing settings
68 public static boolean PrintHIR = ____; 68 public static boolean PrintHIR = ____;
69 public static boolean PrintInliningFailures = ____; 69 public static boolean PrintInliningFailures = ____;
70 public static boolean PrintLIR = ____; 70 public static boolean PrintLIR = ____;
71 public static boolean PrintCFGToFile = ____; 71 public static boolean PrintCFGToFile = ____;
72 public static boolean PrintDOTGraphToFile = ____;
72 public static boolean PrintMetrics = ____; 73 public static boolean PrintMetrics = ____;
73 public static boolean PrintTimers = ____; 74 public static boolean PrintTimers = ____;
74 public static boolean PrintCompilation = ____; 75 public static boolean PrintCompilation = ____;
75 public static boolean PrintXirTemplates = ____; 76 public static boolean PrintXirTemplates = ____;
76 public static boolean PrintIRWithLIR = ____; 77 public static boolean PrintIRWithLIR = ____;