Re: [PATCH 0/6] pack-bitmap: various pack-bitmap-write cleanups
From: Jeff King <hidden>
Date: 2024-05-15 06:18:40
From: Jeff King <hidden>
Date: 2024-05-15 06:18:40
On Tue, May 14, 2024 at 03:56:46PM -0400, Taylor Blau wrote:
This topic was born out of tb/pseudo-merge-bitmaps, which has a few quality-of-life improvements in the pack-bitmap machinery. The main changes are to remove the static 'struct bitmap_writer', drop one unused fields, and start using another unused one (see "move commit_positions into commit_pos fields"). There are other smaller changes, too, like cleaning up the flag allocation table in object.h, as well as introducing a new bitmap_writer_free() function. The next round of tb/pseudo-merge-bitmaps will be based on this branch.
These all look good to me. And I think it is nice to pull them out of the larger series, to keep the independent steps to a more digestible size. -Peff