* Finegrainify namespacification
authorChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 17:27:18 +0000 (17:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Nov 2003 17:27:18 +0000 (17:27 +0000)
commit29b789befab99ac4e8e62b6bc813dc181174cf33
treebce85dcafab536da0c2acbe4eaa75a763bb84b9f
parent8eb49936ae8504f185d0e02eb1fed0a2196d66bd
* Finegrainify namespacification
* Strength reduce several data structures which were left over from the
  "bad old days"
* Minor efficiency improvements
* Major efficiency improvement: In BytecodeParser::insertValue, do not allocate
  a new ValueTab entry just because some value exists with a large type.  This
  dramatically reduces the number of allocations/deallocations performed by the
  bytecode reader, and speeds up parsing of Kimwitu++ from 34s to 17s.  This is
  to help address PR127

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/ReaderInternals.h