comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2654:616c6e74b69a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 15:11:58 +0200
parents f9ae687657e8 d456b679b6de
children 35453d725a2a
comparison
equal deleted inserted replaced
2653:7c8ad40c1f88 2654:616c6e74b69a
64 // printing settings 64 // printing settings
65 public static boolean PrintHIR = ____; 65 public static boolean PrintHIR = ____;
66 public static boolean PrintInliningFailures = ____; 66 public static boolean PrintInliningFailures = ____;
67 public static boolean PrintLIR = ____; 67 public static boolean PrintLIR = ____;
68 public static boolean PrintCFGToFile = ____; 68 public static boolean PrintCFGToFile = ____;
69 public static boolean PrintDOTGraphToFile = ____;
69 public static boolean PrintMetrics = ____; 70 public static boolean PrintMetrics = ____;
70 public static boolean PrintTimers = ____; 71 public static boolean PrintTimers = ____;
71 public static boolean PrintCompilation = ____; 72 public static boolean PrintCompilation = ____;
72 public static boolean PrintXirTemplates = ____; 73 public static boolean PrintXirTemplates = ____;
73 public static boolean PrintIRWithLIR = ____; 74 public static boolean PrintIRWithLIR = ____;