Re: [fpc-pascal] optimization of "inline" open array constants

2014-07-23 Thread Dmitry Boyarintsev
Thank you! That answers all my questions On Wed, Jul 23, 2014 at 12:26 PM, Jonas Maebe wrote: > On 23/07/14 18:09, Dmitry Boyarintsev wrote: > >> Question: would it be reasonable for the compiler to turn an inline >> declaration of ['a','b','c'], into a constant implicitly? >> > > There's alrea

Re: [fpc-pascal] optimization of "inline" open array constants

2014-07-23 Thread Jonas Maebe
On 23/07/14 18:09, Dmitry Boyarintsev wrote: Question: would it be reasonable for the compiler to turn an inline declaration of ['a','b','c'], into a constant implicitly? There's already a feature request for it: http://bugs.freepascal.org/view.php?id=23565 Jonas ___