graalvm / simplelanguage

A simple example language built using the Truffle API.

Home Page:http://openjdk.java.net/projects/graal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javadoc on SLInvokeNode refers to non-existent SLDispatchNode class

c4f7fcce9cb06515 opened this issue · comments

Hi,
the SLDispatchNode mentioned in the Javadoc of SLInvokeNode probably refers to an outdated implementation.
It seems that the current one makes use of the InteropLibrary.
The Javadoc should be updated to reflect this

Greetings