On Fri, Jun 15, 2018 at 12:48:52PM -0700, Junio C Hamano wrote:
> Derrick Stolee writes:
>
> >> ewah_clear() can become file-scope static, and
> >> rlwit_discharge_empty() can be eliminated. I do not know if either
> >> is worth doing, though.
> >
> > With Peff's patches, this is true. When I a
Derrick Stolee writes:
>> ewah_clear() can become file-scope static, and
>> rlwit_discharge_empty() can be eliminated. I do not know if either
>> is worth doing, though.
>
> With Peff's patches, this is true. When I applied your diff to my
> patch alone we could not do that.
Yeah, as I organize
On 6/15/2018 2:51 PM, Junio C Hamano wrote:
Derrick Stolee writes:
The EWAH bitmap code includes several logical operations that are
important for a general-purpose bitmap library. However, Git only
uses the XOR operation for storing deltas between reachability
bitmaps. This means that we can
Derrick Stolee writes:
> The EWAH bitmap code includes several logical operations that are
> important for a general-purpose bitmap library. However, Git only
> uses the XOR operation for storing deltas between reachability
> bitmaps. This means that we can delete the following unused methods:
>
The EWAH bitmap code includes several logical operations that are
important for a general-purpose bitmap library. However, Git only
uses the XOR operation for storing deltas between reachability
bitmaps. This means that we can delete the following unused methods:
* ewah_and()
* ewah_and_not()
* ew
5 matches
Mail list logo