comparison graal/com.oracle.max.cri/src/com/sun/cri/ci/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 compiler-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the instruction set defined in 24 * The compiler-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the instruction set defined in
25 * {@link com.sun.cri.bytecode.Bytecodes}. 25 * {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}.
26 * 26 *
27 * The target hardware architecture is represented by {@link com.sun.cri.ci.CiArchitecture} and the specific target machine 27 * The target hardware architecture is represented by {@link com.sun.cri.ci.CiArchitecture} and the specific target machine
28 * environment for a compiler instance is represented by {@link com.sun.cri.ci.CiTarget}. 28 * environment for a compiler instance is represented by {@link com.sun.cri.ci.CiTarget}.
29 * <p> 29 * <p>
30 * A {@code CiResult} encapsulates 30 * A {@code CiResult} encapsulates