comparison graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/GraalOptions.java @ 21522:28cbfacd0518

Merge
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 28 May 2015 17:44:05 +0200
parents cecb4e39521c e4eae0fb72d0
children 47bebae7454f
comparison
equal deleted inserted replaced
21521:107300758a4e 21522:28cbfacd0518
284 284
285 @Option(help = "", type = OptionType.Debug) 285 @Option(help = "", type = OptionType.Debug)
286 public static final OptionValue<Boolean> OptImplicitNullChecks = new OptionValue<>(true); 286 public static final OptionValue<Boolean> OptImplicitNullChecks = new OptionValue<>(true);
287 287
288 @Option(help = "", type = OptionType.Debug) 288 @Option(help = "", type = OptionType.Debug)
289 public static final OptionValue<Boolean> OptLivenessAnalysis = new OptionValue<>(true); 289 public static final OptionValue<Boolean> OptClearNonLiveLocals = new OptionValue<>(true);
290 290
291 @Option(help = "", type = OptionType.Debug) 291 @Option(help = "", type = OptionType.Debug)
292 public static final OptionValue<Boolean> OptLoopTransform = new OptionValue<>(true); 292 public static final OptionValue<Boolean> OptLoopTransform = new OptionValue<>(true);
293 293
294 @Option(help = "", type = OptionType.Debug) 294 @Option(help = "", type = OptionType.Debug)