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
..
2007-11-15 18:06:49 +00:00
2007-11-15 18:33:16 +00:00
2007-11-17 00:40:40 +00:00
2007-10-03 12:07:14 +00:00
2007-11-09 13:41:39 +00:00
2007-10-17 14:56:40 +00:00
2007-10-17 14:56:40 +00:00
2007-10-17 14:56:40 +00:00
2007-10-18 16:10:17 +00:00
2007-09-25 13:53:22 +00:00