]> granicus.if.org Git - clang/commit
PTH: Embed a persistentID side-table in the PTH file that is sorted in the
authorTed Kremenek <kremenek@apple.com>
Thu, 15 Jan 2009 01:26:25 +0000 (01:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 15 Jan 2009 01:26:25 +0000 (01:26 +0000)
commit293b4af04ca37576d4b228adf09acd6cee3ddb16
tree9388b48e778985d7933af653e4b7efcae4944be9
parent7176fff961e04c4dff61efb967b1d344d41335a7
PTH: Embed a persistentID side-table in the PTH file that is sorted in the
lexical order of the corresponding identifier strings. This will be used for a
forthcoming optimization. This slows down PTH generation time by 7%. We can
revert this change if the optimization proves to not be valuable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62248 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/CacheTokens.cpp
lib/Lex/PTHLexer.cpp