]> source.dussan.org Git - jgit.git/commit
Reclaim some bits in ObjectToPack flags field 66/966/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 02:21:43 +0000 (19:21 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 06:26:19 +0000 (23:26 -0700)
commite0c9368f3e7c3857b9b91d12f76dfa09b1540a24
tree187ed5796d6983fb288203fcf8c0e487b13b4e01
parent6fc3ecac848b357891da8a9749d35090dbb0ace3
Reclaim some bits in ObjectToPack flags field

Make the lower bits available for flags that PackWriter can use to
keep track of facts about the object.  We shouldn't need more than
2^24 delta depths, unpacking that chain is unfathomable anyway.

This change gets us 4 bits that are unused in the lower end of the
word, which are typically easier to load from Java and most machine
instruction sets.  We can use these in later changes.

Change-Id: Ib9e11221b5bca17c8a531e4ed130ba14c0e3744f
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectToPack.java