Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-06-02 Thread Graeme Geldenhuys
On 20 May 2011, Alexander Klenin wrote: > > FPC: > > 302251 lines compiled, 45.2 sec , 2257728 bytes code, 1688152 bytes data > > So Delphi is 9 times faster? At compiling yes, but now lets put the facts another way... * FPC supports 10x more platforms than Delphi - Linux, FreeBSD, Haiku, Mac

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Martin Schreiber
Am Montag 30 Mai 2011, 14:30:44 schrieb Mattias Gaertner: > Martin Schreiber hat am 30. Mai 2011 um 13:59 geschrieben: > > Am Montag 30 Mai 2011, 13:21:39 schrieb Mattias Gaertner: > > > Do you know, how much is compiling and how much is linking? > > > > > > > > > > Linking is 3..4 secon

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Mattias Gaertner
    Martin Schreiber hat am 30. Mai 2011 um 13:59 geschrieben: > Am Montag 30 Mai 2011, 13:21:39 schrieb Mattias Gaertner: > > > > Do you know, how much is compiling and how much is linking? > >  > Linking is 3..4 seconds.  So, the Linker takes almost the time Delphi needs for everything?

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Florian Klaempfl
Am 30.05.2011 13:21, schrieb Mattias Gaertner: > > > > Do you know, how much is compiling and how much is linking? Linking time is little: [10.205] Linking mseidefpc.exe [10.767] 310695 lines compiled, 10.8 sec , 2277216 bytes code, 1703496 bytes data [10.768] 148 warning(s) issued So appro

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Martin Schreiber
Am Montag 30 Mai 2011, 13:21:39 schrieb Mattias Gaertner: > > Do you know, how much is compiling and how much is linking? > Linking is 3..4 seconds. > > Why are kernel and serialcomm given twice? > kernel is once -Fi and once -Fu, second serialcomm is copy paste error. > > How to compile

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Mattias Gaertner
    Martin Schreiber hat am 30. Mai 2011 um 09:26 geschrieben: > Hi, > I compiled MSEide with FPC 2.4.4 and Delphi 7 for comparison. > > Delphi 7: > Borland Delphi Version 15.0 > Copyright (c) 1983,2002 Borland Software Corporation > [...] > 303079 lines, 5.31 seconds, 2256556 bytes cod

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Martin Schreiber
Am 30.05.2011 11:41, schrieb Alexander Klenin: On Mon, May 30, 2011 at 03:26, Martin Schreiber wrote: Delphi 7: 303079 lines, 5.31 seconds, 2256556 bytes code, 820297 bytes data. FPC: 302251 lines compiled, 45.2 sec , 2257728 bytes code, 1688152 bytes data So Delphi is 9 times faster? Ye

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Alexander Klenin
On Mon, May 30, 2011 at 03:26, Martin Schreiber wrote: > Delphi 7: > 303079 lines, 5.31 seconds, 2256556 bytes code, 820297 bytes data. > FPC: > 302251 lines compiled, 45.2 sec , 2257728 bytes code, 1688152 bytes data So Delphi is 9 times faster? -- Alexander S. Klenin ___

Re: [fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Sergei Gorelkin
30.05.2011 11:26, Martin Schreiber пишет: Interesting the big difference in data size. It is explainable: Delphi 7 puts good half of data into the code section (procedure-local data, string data, class vmt's are all there). FPC separates data from code completely. Sergei ___

[fpc-devel] Comparison FPC 2.4.4 - Delphi 7

2011-05-30 Thread Martin Schreiber
Hi, I compiled MSEide with FPC 2.4.4 and Delphi 7 for comparison. Delphi 7: Borland Delphi Version 15.0 Copyright (c) 1983,2002 Borland Software Corporation [...] 303079 lines, 5.31 seconds, 2256556 bytes code, 820297 bytes data. Exe size: 3.2MB FPC: Free Pascal Compiler version 2.4.4 [2011/04/2