hanchenye-llvm-project/llvm/lib/Bytecode
Chris Lattner bad09e71d0 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.

llvm-svn: 23611
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