llvm-6502/lib/Bytecode/Reader
Chris Lattner eebac5fee6 Use a map to cache the ModuleType information, so we can do logarithmic
lookups instead of linear time lookups.  This speeds up bc parsing of a
large file from

137.834u 118.256s 4:27.96
to
132.611u 114.436s 4:08.53

with a release build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23611 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-03 21:26:53 +00:00
..
Analyzer.cpp Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp Use a map to cache the ModuleType information, so we can do logarithmic 2005-10-03 21:26:53 +00:00
Reader.h Use a map to cache the ModuleType information, so we can do logarithmic 2005-10-03 21:26:53 +00:00
ReaderWrappers.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00