Add support for building the compactiontable for bytecode files. This shrinks
authorChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 21:07:07 +0000 (21:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 21:07:07 +0000 (21:07 +0000)
commit614cdcd0023ed382afb6183c38dbb1ee772e05ee
tree3c32b90918d3c999115c5f87b117ed7145041493
parentaf894e963bb3b98605e161b662c66b2286eef140
Add support for building the compactiontable for bytecode files.  This shrinks
the bytecode file for 176.gcc by about 200K (10%), and 254.gap by about 167K,
a 25% reduction.  There is still a lot of room for improvement in the encoding
of the compaction table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10913 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/SlotCalculator.cpp
lib/VMCore/SlotCalculator.cpp