]> granicus.if.org Git - clang/commit
PTH: Emitted tokens now consist of 12 bytes that are loaded used 3 32-bit loads....
authorTed Kremenek <kremenek@apple.com>
Mon, 19 Jan 2009 23:13:15 +0000 (23:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 19 Jan 2009 23:13:15 +0000 (23:13 +0000)
commit7b78b7c6d96deb1e63f8d0655ee6fa53de0b65ef
tree2c58696d1cba81a09d6a61f8f1af035f5dbf2c74
parent506010b2b6ea0e8f25bc0638a9aaca963eff3940
PTH: Emitted tokens now consist of 12 bytes that are loaded used 3 32-bit loads.  This reduces user time but increases system time because of the slightly larger PTH file.  Although there is no performance win on Cocoa.h and -Eonly, overall this seems like a good step.

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