Re: [PATCH v3 2/5] revision walk: optionally use sparse reachability

2019-06-24 Thread Derrick Stolee
On 6/24/2019 8:07 AM, Nathaniel Filardo wrote: > Add another bit flag to the struct rev_info. > > The only caller that uses this after this patch is builtin/pack-objects. > Without this, sparsity seems to do little good therein, as > prepare_revision_walk will densely propagate UNINTERESTING flags

[PATCH v3 2/5] revision walk: optionally use sparse reachability

2019-06-24 Thread Nathaniel Filardo
Add another bit flag to the struct rev_info. The only caller that uses this after this patch is builtin/pack-objects. Without this, sparsity seems to do little good therein, as prepare_revision_walk will densely propagate UNINTERESTING flags from trees to tree contents, before mark_edges_uninteres