comparison graal/com.oracle.max.cri/src/com/sun/cri/ri/package-info.java @ 4198:8c9c0e1eaab1

More restructuring of cri; moved bytecodes ingo compiler.graphbuilder.* package
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 03 Jan 2012 16:24:22 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4197:b765172082ac 4198:8c9c0e1eaab1
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 /** 23 /**
24 * The runtime-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the 24 * The runtime-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the
25 * instruction set defined in {@link com.sun.cri.bytecode.Bytecodes}. 25 * instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}.
26 * <p> 26 * <p>
27 * Unlike the {@link com.sun.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely 27 * Unlike the {@link com.sun.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely
28 * using interfaces, that must be implemented by classes provided by a specific runtime implementation. 28 * using interfaces, that must be implemented by classes provided by a specific runtime implementation.
29 * <p> 29 * <p>
30 * {@link com.sun.cri.ri.RiRuntime} encapsulates the main functionality of the runtime for the compiler. 30 * {@link com.sun.cri.ri.RiRuntime} encapsulates the main functionality of the runtime for the compiler.