[PATCH 0/2] performance regression in mark_edges_uninteresting

2014-01-20 Thread Jeff King
This series fixes a rev-list performance regression in fbd4a70 (list-objects: mark more commits as edges in mark_edges_uninteresting, 2013-08-16). That commit is a little tricky because it actually _knows_ it's trading off CPU for a better packfile, but I think we're performing the tradeoff in

Re: [PATCH 0/2] performance regression in mark_edges_uninteresting

2014-01-20 Thread Jeff King
On Mon, Jan 20, 2014 at 04:28:45PM -0500, Jeff King wrote: [1/2]: t/perf: time rev-list with UNINTERESTING commits [2/2]: list-objects: only look at cmdline trees with edge_hint Here's t/perf/p0001 output that shows the problem: 0001.5: rev-list --objects $commit --not --all