DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 31 Mar 2010 19:34:01 +0000 (19:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 31 Mar 2010 19:34:01 +0000 (19:34 +0000)
commit345ef343ccc8c4e66166ae631c127136202e067b
tree4f405f355246fc2defc86e41b6c5c24c6aafd442
parente09ccab0ce2986d1ba6950f2eccc46fd1935ae68
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
POD-like anyway, so we don't even care about calling their d'tors (DIEBlock
being the exception).

~6% less mallocs and ~1% compile time improvement on clang -O0 -g oggenc.c

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h