diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-19 17:27:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-19 17:27:18 +0000 |
commit | 29b789befab99ac4e8e62b6bc813dc181174cf33 (patch) | |
tree | bce85dcafab536da0c2acbe4eaa75a763bb84b9f /lib/ExecutionEngine/ExecutionEngine.cpp | |
parent | 8eb49936ae8504f185d0e02eb1fed0a2196d66bd (diff) |
* 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
Diffstat (limited to 'lib/ExecutionEngine/ExecutionEngine.cpp')
0 files changed, 0 insertions, 0 deletions