comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2791:6d14aa4fbf90

Gotos removed (except for exception dispatch chains and edge splitting).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 25 May 2011 20:03:05 +0200
parents 50677668afe3
children 7596ae867a7b
comparison
equal deleted inserted replaced
2790:50677668afe3 2791:6d14aa4fbf90
114 114
115 // Translating tableswitch instructions 115 // Translating tableswitch instructions
116 public static int SequentialSwitchLimit = 4; 116 public static int SequentialSwitchLimit = 4;
117 public static int RangeTestsSwitchDensity = 5; 117 public static int RangeTestsSwitchDensity = 5;
118 118
119 public static boolean DetailedAsserts = true;//____; 119 public static boolean DetailedAsserts = ____;
120 120
121 // Runtime settings 121 // Runtime settings
122 public static int ReadPrefetchInstr = 0; 122 public static int ReadPrefetchInstr = 0;
123 public static int StackShadowPages = 2; 123 public static int StackShadowPages = 2;
124 124