]> granicus.if.org Git - clang/commit
Lazily load the controlling macros for all of the headers known in the
authorDouglas Gregor <dgregor@apple.com>
Sat, 25 Apr 2009 23:30:02 +0000 (23:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 25 Apr 2009 23:30:02 +0000 (23:30 +0000)
commit8c5a760b82e73ed90b560090772db97e2ae27b09
treeef93a4503bf57c6f71ad8a6b8fe55a9532afefd8
parent71238f67c5df13eef19450d66b7a7ab28377192a
Lazily load the controlling macros for all of the headers known in the
PCH file. In the Cocoa-prefixed "Hello, World" benchmark, this takes
us from reading 503 identifiers down to 37 and from 470 macros down to
4. It also results in an 8% performance improvement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70094 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/IdentifierTable.h
include/clang/Frontend/PCHReader.h
include/clang/Lex/HeaderSearch.h
lib/Basic/IdentifierTable.cpp
lib/Frontend/PCHReader.cpp
lib/Lex/HeaderSearch.cpp