[fpc-pascal] Worse performance with 64bit binary

Florian Klämpfl florian at freepascal.org
Sat Jul 25 18:42:46 CEST 2020


Am 25.07.20 um 16:49 schrieb Gabor Boros:
> Hi All,
> 
> I cannot show the real application but attached a simple example.
> If compile with 3.2.0 "ppc386.exe -O3 test.pas" the execution time of 
> the resulting example binary is 0.4s, and 2.2s if compile with 
> "ppcx64.exe -O3 test.pas". Any idea why?

Missed optimization. I fixed it in trunk.



More information about the fpc-pascal mailing list