OSDN Git Service

make the datastructure used in BytecodeWriter::outputValueSymbolTable
authorChris Lattner <sabre@nondot.org>
Sat, 10 Feb 2007 07:11:51 +0000 (07:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Feb 2007 07:11:51 +0000 (07:11 +0000)
commitb8cb5fe12c907e41b545d0ece5de3a9111b1e1d7
tree5cb5de9315b67b62e61791f0d9340bbdea4f0e5e
parentf98aad66faf674244a9f3816b4f2106a1318a804
make the datastructure used in BytecodeWriter::outputValueSymbolTable
*slightly* less abusive of memory.  This speeds up the bcwriter from
1.83s to 1.32s (39% faster) on 447.dealII.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34140 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/Writer.cpp