]> granicus.if.org Git - clang/commit
Reduce the amount of stack space we use in SmallVectors during
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 May 2009 18:27:38 +0000 (18:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 May 2009 18:27:38 +0000 (18:27 +0000)
commit0ca20ac8cea99c43d89510f29cf3dc876f9c9111
tree8db223037df9c29e10bc8f861f8fc1817246a687
parent8718a6a02ccc53fea758677781a8df3a8b0c41c9
Reduce the amount of stack space we use in SmallVectors during
template instantiation. This helps reduce our stack footprint when
performing deep template instantiations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72582 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp