dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
5 stars 1 forks source link

Optimize length(array) when the array's size is known #299

Closed dplassgit closed 6 months ago

dplassgit commented 6 months ago

This may be difficult, shrug.

dplassgit commented 6 months ago

Not done for array literals, which is even more important.

dplassgit commented 6 months ago

https://github.com/dplassgit/d2lang/blob/c08e054aea50f0b1ed035ca1a36468973482963d/src/com/plasstech/lang/d2/parse/node/ArrayLiteralNode.java#L18 is where it can be done