]> granicus.if.org Git - clang/commit
Remove the PPID bitfield from IdentifierInfo, shrinking it by a word
authorChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 07:52:34 +0000 (07:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Oct 2007 07:52:34 +0000 (07:52 +0000)
commit387b98d37e08f7aa9ddf23e067e1d27e39ce16f3
treeda05f5e30434c10979b2e785ca56c29d8789ce70
parent4365a7e46822700357a272d839ee2656d9603d5a
Remove the PPID bitfield from IdentifierInfo, shrinking it by a word
(because all bitfields now fit in 32 bits).  This shrinks the identifier
table for carbon.h from 1634428 to 1451424 bytes (12%) and has no impact
on compile time.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42723 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/IdentifierTable.cpp
include/clang/Basic/TokenKinds.def
include/clang/Lex/IdentifierTable.h