This is the mail archive of the gcc-patches@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]

Re: Precompiled Headers: A proposal



Neil Booth <neilb@earthling.net> writes:

> I hope to start on this early next year, probably around the time GCC
> 3.0 is released.  Before doing this, I want to finish off rough edges
> on the existing integrated CPP, tidy up the header files, fix a couple
> of bugs, and improve the dependency generator.  To implement PCH,
> various bits of cpplib will need to be tweaked; mostly memory
> management.
> 
> Comments?

I've been working on this for nearly two months now and have a basic
implementation for C.  In the near future (perhaps January) I will
have a C++ implementation working too.  It corresponds to (5) in your
list, it is quite different from your design.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

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