llvm-6502/lib
Reid Spencer d2bb887cd1 Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't
outweight its computational costs. This patch removes all compaction
table handling from the bcreader and bcwriter. For the record, here's the
difference betweeen having and not having compaction tables for some tests:

Test             With       Without   Size Chg
Olden/mst       5,602         5,598      +0.1%
viterbi        18,026        17,795      +1.3%
obsequi       162,133       166,663      -2.8%
burg          224,090       228,148      -1.8%
kimwitu++   4,933,263     5,121,159      -3.8%
176.gcc     8,470,424     9,141,539      -7.3%

It seems that it is more beneficial to larger files, but even on the largest
test case we have (176.gcc) it only amounts ot an I/O saving of 7.3%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33661 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-30 19:36:46 +00:00
..
Analysis Use StartPassTimer() and StopPassManager() 2007-01-29 23:29:54 +00:00
Archive
AsmParser Regenerate 2007-01-28 13:37:39 +00:00
Bytecode Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't 2007-01-30 19:36:46 +00:00
CodeGen add initial support for handling inline asms with multiple constraints. 2007-01-29 23:45:14 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Remove tabs. 2007-01-29 17:55:50 +00:00
Linker Read from the right place. 2007-01-29 02:18:13 +00:00
Support implement SmallPtrSet::erase 2007-01-27 07:59:10 +00:00
System Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Target Copy and paste bug. 2007-01-30 08:22:33 +00:00
Transforms Simplify names of lattice values. SGTUNE becomes SGT, for example. 2007-01-29 02:56:54 +00:00
VMCore - Undo previous check-in (i.e. Do not export TimingInfo class through 2007-01-29 23:10:37 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00