diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-09 06:05:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-09 06:05:40 +0000 |
commit | 8eb10cef39c7ac99a8992e17f7a4941bfcbeef31 (patch) | |
tree | 6277366a88316bda572fa83928574b61a672beaa /lib/Bytecode/Reader/InstructionReader.cpp | |
parent | 13eb87162aea5e19ddfddebb16a3bdf074e48dbd (diff) |
Eliminate the old LateResolveValues data structure, replacing it with a
new, simpler, ForwardReferences data structure. This is just the first
simple replacement, subsequent changes will improve the code more.
This simple change improves the performance of loading a file from HDF5
(contributed by Bill) from 2.36s to 1.93s, a 22% improvement. This
presumably has to do with the fact that we only create ONE placeholder for
a particular forward referenced values, and also may be because the data
structure is much simpler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Reader/InstructionReader.cpp')
0 files changed, 0 insertions, 0 deletions