diff graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/NodeFactory.java @ 14991:64dcb92ee75a

Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 06 Apr 2014 17:46:24 +0200
parents 2864cb92fa9a
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/NodeFactory.java	Sat Apr 05 19:35:30 2014 +0200
+++ b/graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/NodeFactory.java	Sun Apr 06 17:46:24 2014 +0200
@@ -38,7 +38,7 @@
      * Instantiates the node using the arguments array. The arguments length and types must suffice
      * one of the returned signatures in {@link #getNodeSignatures()}. If the arguments array does
      * not suffice one of the node signatures an {@link IllegalArgumentException} is thrown.
-     * 
+     *
      * @param arguments the argument values
      * @return the instantiated node
      * @throws IllegalArgumentException