Re: [lazarus] Compiler speed?

2006-01-13 Thread Peter Vreman

At 18:04 13-1-2006, you wrote:

> It's the linker and it is GNU's fault not FPC.

Lazarus is a lot faster on Linux compared to Windows.
Is this because of GNU linker ported to Win32 ?


1. Windows DLL requires imports libraries those are huge
2. Windows is slower in I/O


Peter

_
To unsubscribe: mail [EMAIL PROTECTED] with
   "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Compiler speed?

2006-01-13 Thread Alexander Todorov
> It's the linker and it is GNU's fault not FPC.

Lazarus is a lot faster on Linux compared to Windows.
Is this because of GNU linker ported to Win32 ?

_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Compiler speed?

2006-01-12 Thread L505

> Delphi was very quick. Is there something about the FPC that is
> fundamentally different from the Borland compiler that makes Lazarus
> 'seem' slower to compile?


It's the linker and it is GNU's fault not FPC.
If there is a custom linker built this may solve the problem, or maybe we could 
look
into why the linker is so slow and get the C programmers to do the work - I 
haven't
done any research on it but surely this has come up in conversation before on 
the C
lists somewhere.


_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Compiler speed?

2006-01-12 Thread Florian Klaempfl
John Jewitt wrote:

> I'm not complaining but...
> 
> I've used Delphi for about the last 10 years.
> 
> One of the things that always impressed me was the compile time compared
> with 'C/C++'.
> 
> Delphi was very quick. Is there something about the FPC that is
> fundamentally different from the Borland compiler that makes Lazarus
> 'seem' slower to compile?

FPC itself is also very fast, the bottleneck is the used GNU linker.

> 
> I'm not complaining, just asking.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives