git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Lift --stdout restriction for using reachability bitmap in pack-objects?
@ 2015-02-17 10:07 Duy Nguyen
  2015-02-17 10:13 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Duy Nguyen @ 2015-02-17 10:07 UTC (permalink / raw)
  To: Vicent Marti, Jeff King; +Cc: Git Mailing List

Commit 6b8fda2 (pack-objects: use bitmaps when packing objects -
2013-12-21) turns off reachability bitmap optimization if --stdout is
not specified. I wonder if we could lift this restriction?

My use case is debugging pack-objects in gdb (repeatedly) where this
optimization could really save time. But specifying --stdout would
clutter gdb interface.. I don't know this code well enough to judge,
but I think the worst thing is we don't write .idx file out (maybe
because it would involve a lot more work).
-- 
Duy

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-19  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 10:07 Lift --stdout restriction for using reachability bitmap in pack-objects? Duy Nguyen
2015-02-17 10:13 ` Jeff King
2015-02-17 10:36   ` Duy Nguyen
2015-02-17 10:42     ` Jeff King
2015-02-19  0:09       ` Kyle J. McKay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).