Robert Jacques:

> bearophile, array literals default to dynamic arrays, which require an  
> allocation, etc. IIRC, originally, literals specified fixed sized arrays,  
> but was considered unexpected behavior and reduced usability and was  
> changed.

Here I'm asking for an optimization. This means adding some new extra code to 
the front-end to recognize a common pattern, and compile (replace) it with 
something simpler and more efficient.

Bye,
bearophile

Reply via email to