]> granicus.if.org Git - clang/commit
Implement a minor space optimization for the PCH identifier table,
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 21:18:29 +0000 (21:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Apr 2009 21:18:29 +0000 (21:18 +0000)
commita92193ebd9840e5ce4de1b09e49f1b024c0f5c2f
tree85d51c24d4fdf4ffdf76fed399f5c4fe5b4901b5
parent13c8aa7a6c3605dd3c9588977b4809bb5128e6e0
Implement a minor space optimization for the PCH identifier table,
which eliminates the storage for IdentifierInfo in the "uninteresting
identifier" cases. Sadly, this only brought back 7k of the 500k we
lost :(

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp