comparison graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java @ 6317:3ee3eb48e683

Clean up ComputeLinearScanOrder. Rename to ComputeBlockOrder.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 06 Sep 2012 16:31:33 +0200
parents 2e25b9c14b84
children e5203e5843fc
comparison
equal deleted inserted replaced
6316:2e25b9c14b84 6317:3ee3eb48e683
115 public static int LoopUnswitchUncertaintyBoost = 5; 115 public static int LoopUnswitchUncertaintyBoost = 5;
116 116
117 // debugging settings 117 // debugging settings
118 public static int MethodEndBreakpointGuards = 0; 118 public static int MethodEndBreakpointGuards = 0;
119 public static boolean ZapStackOnMethodEntry = ____; 119 public static boolean ZapStackOnMethodEntry = ____;
120 public static boolean StressLinearScan = ____;
121 public static boolean DeoptALot = ____; 120 public static boolean DeoptALot = ____;
122 public static boolean VerifyPhases = true; 121 public static boolean VerifyPhases = true;
123 public static boolean CreateDeoptInfo = ____; 122 public static boolean CreateDeoptInfo = ____;
124 123
125 public static String PrintFilter = null; 124 public static String PrintFilter = null;