[fpc-pascal] memory allocation of dynamic array
Florian Klaempfl
florian at freepascal.org
Mon Sep 24 15:11:34 CEST 2007
mm schrieb:
> Jonas Maebe a écrit :
>
>> Counting on implementation details of opaque entities (such as set
>> formats, anything regarding reference counted types such as when
>> references are added or removed and when how many references will
>> exist, rtti format, code generation details such as evaluation order
>> of parameters [...]
>
> What do you mean with "evaluation order of parameters"?
When doing
f(f1(1),f2(2));
there are no assumptions possible if the compiler calls first f1 or f2.
More information about the fpc-pascal
mailing list