]> granicus.if.org Git - clang/commit
PTH: Added minor 'sibling jumping' optimization for iterating over the side table...
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Dec 2008 22:05:38 +0000 (22:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Dec 2008 22:05:38 +0000 (22:05 +0000)
commit41a2660377d215d004fe413c03874bd066b5384c
tree85c70087bc7ab12f4e4afda882c72c541a328877
parent2badf1ee2872327c2f1a54db997bc6bfb4a908dc
PTH: Added minor 'sibling jumping' optimization for iterating over the side table used for fast preprocessor block skipping.  This has a minor performance improvement when preprocessing Cocoa.h, but can have some wins in pathologic cases.

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