On Thu, Sep 3, 2015 at 1:02 PM, Jeff Law <l...@redhat.com> wrote: > Agreed. I think the google project went further, but with Lawrence retiring, > I think it's been abandoned.
We got up to the point where we could store and re-use pre-parsed images of headers. The big problem were those headers with exposed references (e.g. stddef.h). Our goal was to create a precursor for the future C++ modules. We did not pursue the project any longer after we started focusing more on Clang/LLVM. Right now, we are focusing on C++ modules. In our codebase, not having to parse headers over and over is the single largest win in compile time. Diego.