Mail Archives: djgpp/2000/05/31/12:36:14
> Date: Wed, 31 May 2000 21:06:09 +0600 (LKT)
> From: Kalum Somaratna aka Grendel <kalum AT lintux DOT cx>
>
> Infact it shows the opposite...how badly gcc is desgined...from my
> experience other compilers..(Watcom, borland) require *far less* resources
> than gcc to compile programs..
Actually, this is one of the GNU coding guidelines; see the file
standards.info (it comes with GDB, for example). The rationale is
that, since Unix utilities were traditionally written optimized for
memory size (because Unix was born on a 16-bit machine), writing
programs that consume lots of memory will lead to a very different
design, which will prevent Unix vendors from suing the FSF for
plagiarism.
> frex: Watcom v 10.x can compile almost any program with as little as 4MB
> of memory....while it would take almost that amount to load GCC
> completely in to memory..
Don't forget that Watcom (and others) are single-platform compilers,
while GCC is highly portable.
- Raw text -