This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with PFE approach [Was: Faster compilation speed]
Devang Patel wrote:-
> In your previous two queries, what you want from PFE is to discard few
> things
> based on macros from precompiled headers. But when PFE restores trees,
> it has gone too far as far as macros are concerned.
The implementation should know what its assumptions are, and if they're
broken recover somehow. Have you seen KAI's documentation (online)
for their PCH implementation? It seems like a good solution to me.
Neil.