comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2676:e0e89714e2f1

Merge
author Maxine VM
date Fri, 13 May 2011 14:03:03 -0700
parents bcd20d26d52d 6ab73784566a
children ed36daed4c43
comparison
equal deleted inserted replaced
2675:bcd20d26d52d 2676:e0e89714e2f1
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 = ____;