llvm-6502/lib/Bytecode
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
..
Archive speed up Archive::isBytecodeArchive in the case when the archive doesn't have 2005-09-23 06:22:58 +00:00
Reader Use a map to cache the ModuleType information, so we can do logarithmic 2005-10-03 21:26:53 +00:00
Writer Culling out use of unions for converting FP to bits and vice versa. 2005-08-17 19:34:49 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00