This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Faster compilation speed


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]