llvm-6502/lib/Bytecode/Writer
Chris Lattner a14b0d441d Check in two changes:
The first change (which is disabled) compactifies all of the function constant
pools into the global constant pool, in an attempt to reduce the amount of
duplication and overhead.  Unfortunately, as the comment indicates, this is
not yet a win, so it is disabled.

The second change sorts the typeid's so that those types that can be used
by instructions in the program appear earlier in the table than those that
cannot (such as structures and arrays).  This causes the instructions to
be able to use the dense encoding more often, saving about 5K on 254.gap.
This is only a .65% savings though, unfortunately. :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10754 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-10 23:46:13 +00:00
..
ConstantWriter.cpp Finegrainify namespacification 2004-01-10 18:49:43 +00:00
InstructionWriter.cpp Finegrainify namespacification 2004-01-10 18:49:43 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SlotCalculator.cpp Check in two changes: 2004-01-10 23:46:13 +00:00
SlotCalculator.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Writer.cpp Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly 2004-01-10 19:56:59 +00:00
WriterInternals.h Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is 2004-01-10 18:56:59 +00:00
WriterPrimitives.h Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is 2004-01-10 18:56:59 +00:00