graalvm / simplelanguage

A simple example language built using the Truffle API.
http://openjdk.java.net/projects/graal/
Universal Permissive License v1.0
608 stars 198 forks source link

Javadoc on SLInvokeNode refers to non-existent SLDispatchNode class #96

Open c4f7fcce9cb06515 opened 4 years ago

c4f7fcce9cb06515 commented 4 years ago

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