comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiRuntime.java @ 4262:744dade427b8

another batch of work towards GraalCompilation removal: * remove GraalCompilation in various places * add getGlobalStubRegisterConfig() to RiRuntime * remove CallStub xir op * remove template stub code from RiXirGenerator and calleeTemplates from XirTemplate * remove stub management code from GraalCompiler and LIRGenerator * remove Util.archKindsEqual
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 11 Jan 2012 13:35:49 +0100
parents aaac4894175c
children 3c21eee8ab4d
comparison
equal deleted inserted replaced
4261:57b0da88576a 4262:744dade427b8
128 * 128 *
129 * @param method the top level method of a compilation 129 * @param method the top level method of a compilation
130 */ 130 */
131 RiRegisterConfig getRegisterConfig(RiMethod method); 131 RiRegisterConfig getRegisterConfig(RiMethod method);
132 132
133 RiRegisterConfig getGlobalStubRegisterConfig();
134
133 /** 135 /**
134 * Custom area on the stack of each compiled method that the VM can use for its own purposes. 136 * Custom area on the stack of each compiled method that the VM can use for its own purposes.
135 * @return the size of the custom area in bytes 137 * @return the size of the custom area in bytes
136 */ 138 */
137 int getCustomStackAreaSize(); 139 int getCustomStackAreaSize();