Re: [PATCH 0/4] line-log: optimize merge commit processing
From: Derrick Stolee <hidden>
Date: 2025-08-25 14:16:06
From: Derrick Stolee <hidden>
Date: 2025-08-25 14:16:06
On 8/24/2025 3:06 PM, SZEDER Gábor wrote:
The first patch is an optimization of the line-level log machinery. The rest are cleanups in the area that I subjectively consider slight improvements. SZEDER Gábor (4): line-log: avoid unnecessary tree diffs when processing merge commits
I gave a detailed double-check of your perf numbers in a direct reply to that patch.
line-log: get rid of the parents array in
process_ranges_merge_commit()
line-log: initialize diff queue in process_ranges_ordinary_commit()
line-log: simplify condition checking for merge commitsThese cleanups are very welcome. The whole series is excellent. Thanks, -Stolee