Re: [PATCH v3 0/9] Compute and consume generation numbers

2018-04-23 Thread Derrick Stolee
On 4/18/2018 8:04 PM, Jakub Narebski wrote: Derrick Stolee writes: -- >8 -- This is the one of several "small" patches that follow the serialized Git commit graph patch (ds/commit-graph) and lazy-loading trees (ds/lazy-load-trees). As described in

Re: [PATCH v3 0/9] Compute and consume generation numbers

2018-04-18 Thread Jakub Narebski
Derrick Stolee writes: > -- >8 -- > > This is the one of several "small" patches that follow the serialized > Git commit graph patch (ds/commit-graph) and lazy-loading trees > (ds/lazy-load-trees). > > As described in Documentation/technical/commit-graph.txt, the

[PATCH v3 0/9] Compute and consume generation numbers

2018-04-17 Thread Derrick Stolee
Thanks for all the help on v2. Here are a few changes between versions: * Removed the constant-time check in queue_has_nonstale() due to the possibility of a performance hit and no evidence of a performance benefit in typical cases. * Reordered the commits about loading commits from the