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

Document why SLStatementNode is annotated with @ReportPolymorphism

fniephaus opened this issue · comments

It is not explained why SLStatementNode is annotated with @ReportPolymorphism. The node would benefit from an explanation and a reference to the splitting documentation.