comparison graal/GraalCompiler/src/com/sun/c1x/C1XCompiler.java @ 2523:268b8eb84b6e

Removed compiler extension mechanism
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 16:48:23 +0200
parents 16b9a8b5ad39
children 0c6564c254af
comparison
equal deleted inserted replaced
2522:58c05e4c51e2 2523:268b8eb84b6e
54 54
55 /** 55 /**
56 * The XIR generator that lowers Java operations to machine operations. 56 * The XIR generator that lowers Java operations to machine operations.
57 */ 57 */
58 public final RiXirGenerator xir; 58 public final RiXirGenerator xir;
59
60 /**
61 * The ordered set of compiler extensions.
62 */
63 public List<C1XCompilerExtension> extensions;
64 59
65 /** 60 /**
66 * The backend that this compiler has been configured for. 61 * The backend that this compiler has been configured for.
67 */ 62 */
68 public final Backend backend; 63 public final Backend backend;