LoopBeginNode

Jim Duey jim.duey at gmail.com
Tue Apr 10 08:15:24 PDT 2012


Hi all,

In the com.oracl.graal.nodes.LoopBeginNode class, there's a field named 
nextEndIndex. There's also a method of the same name, except that every 
time it's called, it increments the field.

That seems like it mixes two different things; getting the value and 
incrementing it. Which may be totally acceptable in the way it's used, 
but it seems strange to me.

Jim


More information about the graal-dev mailing list