comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TruffleRuntime.java @ 13983:f46cab39a9a2

Truffle: Updated inlining API. Pushed inlining implementation to the Truffle runtime.
author Christian Humer <christian.humer@gmail.com>
date Thu, 20 Feb 2014 01:21:49 +0100
parents a12017c18d5d
children 64dcb92ee75a
comparison
equal deleted inserted replaced
13977:39076a984c33 13983:f46cab39a9a2
48 * represents the entry point 48 * represents the entry point
49 * @return the new call target object 49 * @return the new call target object
50 */ 50 */
51 RootCallTarget createCallTarget(RootNode rootNode); 51 RootCallTarget createCallTarget(RootNode rootNode);
52 52
53 CallNode createCallNode(CallTarget target);
54
53 /** 55 /**
54 * Creates a new assumption object that can be checked and invalidated. 56 * Creates a new assumption object that can be checked and invalidated.
55 * 57 *
56 * @return the newly created assumption object 58 * @return the newly created assumption object
57 */ 59 */