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: C++ PATCH: PR 9924


On Thursday, March 13, 2003, at 12:55 PM, Roger Sayle wrote:
Nobody's even commented on my suggestion of using the PCH machinery
to efficiently preload the builtins DECLs from iso90.gch, iso99.gch
or a g++.gch.

I think that the PCH machinery only supports a single monolithic PCH per
compile, so such a scheme would preclude, say, a libstdc++ PCH.

That would be a fundamental limitation. Is this really the case with the current design?

Yes.


PCH == full memory mmap

If people want to invent a design that covers more cases, automatically, write it up as a detailed design, and put it up some place, maybe on the beginner pages and send us a pointer to it!


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