mbox series

[0/3] a few --points-at optimizations/cleanups

Message ID 20230702223342.GA1598765@coredump.intra.peff.net (mailing list archive)
Headers show
Series a few --points-at optimizations/cleanups | expand

Message

Jeff King July 2, 2023, 10:33 p.m. UTC
On Sun, Jul 02, 2023 at 06:02:43PM -0400, Jeff King wrote:

> I'll send some patches in a minute that can be applied on top to
> improve this case, as well as fix the other issues I pointed out in the
> existing code.

Here they are, on top of your patch.

  [1/3]: ref-filter: avoid parsing tagged objects in match_points_at()
  [2/3]: ref-filter: avoid parsing non-tags in match_points_at()
  [3/3]: ref-filter: simplify return type of match_points_at

 ref-filter.c | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

-Peff