comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2863:4f64bd98f9dc

Canonicalization work
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Tue, 07 Jun 2011 17:04:55 +0200
parents a4fbfbc3c858
children fc75fd3fa5e4
comparison
equal deleted inserted replaced
2860:e1be0d206934 2863:4f64bd98f9dc
125 public static int StackShadowPages = 2; 125 public static int StackShadowPages = 2;
126 126
127 // Assembler settings 127 // Assembler settings
128 public static boolean CommentedAssembly = ____; 128 public static boolean CommentedAssembly = ____;
129 public static boolean PrintLIRWithAssembly = ____; 129 public static boolean PrintLIRWithAssembly = ____;
130
131 public static boolean OptCanonicalizer = true;
130 } 132 }