> On Jul 23, 2023, at 7:13 AM, Benito van der Zander via fpc-devel
> wrote:
>
> with my patch, "copy" can be inlined!
> initialize and finalize some times, too.
Amazing!
>
> There are two places that call them. compiler/nld.pas and
> compiler/ngenutil.pas where it creates the call nodes.
Hi,
main fails to cycle compile rtl-console/fv-package due to a
TEnhancedVideoCell record.
fixes does not have a TEnhancedVideoCell record, so it cannot fail there.
But if I copy TEnhancedVideoCell into a new project file, I can compile
it with the patched fixes, too
What is the performanc
On 20/07/2023 18:41, Martin Frb via fpc-devel wrote:
For const param, it is well documented that the value (that includes
the variable that is passed) must not be changed.
But for "var param"?
Actually my previous example was not even the generic case.
Passing any variable that is allocated