Faster compilation speed
Fergus Henderson
fjh@cs.mu.OZ.AU
Tue Aug 13 21:44:00 GMT 2002
On 13-Aug-2002, Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> wrote:
>
> the "average
> source code" (to be defined by someone ;-) ) is also probably growing
> in size and complexity...
Indeed. Also note that more people are using higher-level languages,
a fair number of which work by compiling to C -- generally with a
significant expansion in the number of lines of code.
For example, the Mercury compiler is about 270,000 lines of
Mercury code, which compiles to about 4.5 million lines of C code.
This takes gcc a long time to compile...
So I am very supportive of any work that can be done to improve the
speed of gcc.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: < http://www.cs.mu.oz.au/~fjh > | -- the last words of T. S. Garp.
More information about the Gcc
mailing list