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

SLReadPropertyNode specializations have unexpected names #95

Open c4f7fcce9cb06515 opened 4 years ago

c4f7fcce9cb06515 commented 4 years ago

Hi, class SLReadPropertyNode has two specialization called writeArray() and writeObject(). Are these names really intended? I would expect them to be called readArray() and readObject().

Greetings