Move the "volatile" bit into QualType's "fast" qualifier set,
commit4fda99f6967d4bbd671368386c1d7762aa685770
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 10 Dec 2010 08:57:38 +0000 (10 08:57 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Fri, 10 Dec 2010 08:57:38 +0000 (10 08:57 +0000)
tree56632d38e2357d3a454051dfe8420838f0ec3021
parentc7c163abb7e6b16a0e13f3ec1cad866fd2bfc999
Move the "volatile" bit into QualType's "fast" qualifier set,
increasing the required type alignment from 8 to 16. This provides a
2.5% speedup for -fsyntax-only on a token-cached Cocoa.h, while only
increasing memory consumption in the ASTContext by 0.8%.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121474 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp