llvm-6502/include/llvm/Bitcode
Ted Kremenek 04ab82a806 Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete
SerializedPtrID, followed by the *differences* in IDs. The big idea is that
most IDs will be just be 1 off from the previous (either that or NULL, which
we encode as a difference if 0), so this will greatly reduce the encoding
space for extra IDs to just 1 bit per pointer.

So far this optimization reduces serialization of Carbon.h by only 1%, but
we aren't using any abbreviations now in the Bitcode file to properly take
advantage of this optimization.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44199 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-17 00:40:45 +00:00
..
Archive.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
BitCodes.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
BitstreamReader.h Made Deserializer a friend class of BitstreamReader. 2007-11-10 02:00:38 +00:00
BitstreamWriter.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
Deserialize.h Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete 2007-11-17 00:40:45 +00:00
LLVMBitCodes.h Long double, part 1 of N. Support in IR. 2007-08-03 01:03:46 +00:00
ReaderWriter.h add a new CreateBitcodeWriterPass method, which creates a bitcode writer as 2007-05-06 02:30:12 +00:00
Serialization.h Renamed serialization method "Materialize" to "Create". This is an API change. 2007-11-13 00:25:08 +00:00
SerializationFwd.h Added typedef "SerializedPtrID" to represent the pointer handle written to disk 2007-11-08 19:50:46 +00:00
Serialize.h Implemented optimization for BatchEmitOwnedPtrs that we only emit one complete 2007-11-17 00:40:45 +00:00