comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/package-info.java @ 5503:438ab53efdd0

Renaming CiKind => RiKind.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:08:33 +0200
parents 13aee5aba8cc
children 452f91ebdb54
comparison
equal deleted inserted replaced
5502:13aee5aba8cc 5503:438ab53efdd0
31 * {@linkplain com.oracle.max.cri.ci.CiStatistics compilation statistics}, possible {@linkplain com.oracle.max.cri.ci.CiBailout error state} 31 * {@linkplain com.oracle.max.cri.ci.CiStatistics compilation statistics}, possible {@linkplain com.oracle.max.cri.ci.CiBailout error state}
32 * and the {@linkplain com.oracle.max.cri.ci.CiTargetMethod compiled code and metadata}. 32 * and the {@linkplain com.oracle.max.cri.ci.CiTargetMethod compiled code and metadata}.
33 * {@link com.oracle.max.cri.ci.CiCodePos} and {@link com.oracle.max.cri.ci.CiDebugInfo} provide detailed information to the 33 * {@link com.oracle.max.cri.ci.CiCodePos} and {@link com.oracle.max.cri.ci.CiDebugInfo} provide detailed information to the
34 * runtime to support debugging and deoptimization of the compiled code. 34 * runtime to support debugging and deoptimization of the compiled code.
35 * <p> 35 * <p>
36 * The compiler manipulates {@link com.oracle.max.cri.ci.CiValue} instances that have a {@link com.oracle.max.cri.ci.CiKind}, and are 36 * The compiler manipulates {@link com.oracle.max.cri.ci.CiValue} instances that have a {@link com.oracle.max.cri.ci.RiKind}, and are
37 * immutable. A concrete {@link com.oracle.max.cri.ci.CiValue value} is one of the following subclasses: 37 * immutable. A concrete {@link com.oracle.max.cri.ci.CiValue value} is one of the following subclasses:
38 * <ul> 38 * <ul>
39 * <li>{@link com.oracle.max.cri.ri.RiConstant}: a constant value. 39 * <li>{@link com.oracle.max.cri.ri.RiConstant}: a constant value.
40 * <li>{@link com.oracle.max.cri.ci.CiRegisterValue}: a value stored in a {@linkplain com.oracle.max.cri.ci.CiRegister target machine register}. 40 * <li>{@link com.oracle.max.cri.ci.CiRegisterValue}: a value stored in a {@linkplain com.oracle.max.cri.ci.CiRegister target machine register}.
41 * <li>{@link com.oracle.max.cri.ci.CiStackSlot}: a spill slot or an outgoing stack-based argument in a method's frame. 41 * <li>{@link com.oracle.max.cri.ci.CiStackSlot}: a spill slot or an outgoing stack-based argument in a method's frame.