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]
Other format: [Raw text]

Re: [PCH] searching


Geoffrey Keating wrote:-

> 
> This cleans up some of the previous patch (following many helpful
> suggestions), and adds support for searching for PCH files.
> 
> PCH now actually works, with some limitations, for instance the file
> to be precompiled has to be contain only whitespace (but the speedup
> when precompiling huge files containing only whitespace is very
> significant :-).
> 
> I'd appreciate it if someone who knows cpplib can comment on the
> mangling I did to cppfiles.c.

I'd appreciate an overview of where you're going.  This is an important
feature, and there's been no real discussion on how it's going to
be implemented.

Neil.


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