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: compile server design document


On Feb 26, 2003, Per Bothner <pbothner at apple dot com> wrote:

> The idea is that the compiler when in server mode will re-use trees
> from header files.

I'm yet to give your text and patch a closer look, but at a first
overview, it doesn't seem to be very friendly to preprocessed files,
which GCC has been more and more commonly fed by people who use ccache
and distcc.  Is there any effort in the direction of improving compile
performance in the ccache+distcc scenario, by say recognizing
fragments (as you call them) from header files even when they're
encountered in a previously-preprocessed file?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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