llvm-6502/lib/Bytecode/Writer
Chris Lattner ba6de4b1cf 1. constants can never occur in the symbol table.
2. All function-level constants are now incorporated into the module-level
  constant pool, since the compaction table was removed.  Eliminate extra
  work to check for them.

This speeds up the bcwriter from 24.4s to 13.1s on 447.dealII and .73 -> .56s
on kc++ in a release build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34084 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-09 07:51:47 +00:00
..
Makefile Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
SlotCalculator.cpp 1. constants can never occur in the symbol table. 2007-02-09 07:51:47 +00:00
SlotCalculator.h 1. constants can never occur in the symbol table. 2007-02-09 07:51:47 +00:00
Writer.cpp 1. constants can never occur in the symbol table. 2007-02-09 07:51:47 +00:00
WriterInternals.h For PR411: 2007-02-05 20:47:22 +00:00