comparison graal/com.oracle.truffle.api.codegen.test/src/com/oracle/truffle/api/codegen/test/package-info.java @ 8245:703c09f8640c

Implemented support for @NodeClass annotation to support builtins.
author Christian Humer <christian.humer@gmail.com>
date Wed, 06 Mar 2013 18:32:33 +0100
parents 0b48dc5f37c3
children aad7e9f4f71c
comparison
equal deleted inserted replaced
8244:10d37f893471 8245:703c09f8640c
34 * </p> 34 * </p>
35 * 35 *
36 * <p> 36 * <p>
37 * This introduction to Codegen contains items in the following recommended order: 37 * This introduction to Codegen contains items in the following recommended order:
38 * 38 *
39 * Prerequisites:
40 *
41 *
39 * <ul> 42 * <ul>
40 * <li>How would you generate builtin functions? {@link com.oracle.truffle.api.codegen.test.BuiltinFunctionTest}</li> 43 * <li>How would you generate function nodes for runtime objects? {@link com.oracle.truffle.api.codegen.test.RuntimeString}</li>
41 * </ul> 44 * </ul>
42 * </p> 45 * </p>
43 * 46 *
44 */ 47 */
45 package com.oracle.truffle.api.codegen.test; 48 package com.oracle.truffle.api.codegen.test;