[fpc-devel] Comparison FPC 2.2 - Delphi 7

Yury Sidorov jura at cp-lab.com
Wed Jul 4 22:01:55 CEST 2007


From: "Martin Schreiber" <fpmse at bluewin.ch>
> Comparison FPC 2.2 - Delphi 7.
>
> MSEide aps\ide\mseide.pas without database support:
> Compile time FPC: 17.9s Delphi: 1.28s
> Exe size FPC: 2.27MB Delphi: 1.87MB
>
> Commandline FPC:
> \fpc\svn\fixes_2_2\compiler\ppc386.exe -O2 -CX -XX -Xs -B -Fi..\..

-XX and -CX are useless on Win32. Internal linker always do 
smartlinking and external linker does not do it.

Try to pass -g- option to see if compile time will be reduced.

Yury. 



More information about the fpc-devel mailing list