Re: [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-05-02 Thread Andrew MacLeod
OK by me. Andrew On 5/2/25 10:48, Jakub Jelinek wrote: On Mon, Mar 31, 2025 at 11:30:20AM -0400, Andrew MacLeod wrote: From 7116177599a3bb907d21fe642a4bdcb401e1263b Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Mon, 31 Mar 2025 11:18:22 -0400 Subject: [PATCH 2/2] Use the current cache

[PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-05-02 Thread Jakub Jelinek
On Mon, Mar 31, 2025 at 11:30:20AM -0400, Andrew MacLeod wrote: > From 7116177599a3bb907d21fe642a4bdcb401e1263b Mon Sep 17 00:00:00 2001 > From: Andrew MacLeod > Date: Mon, 31 Mar 2025 11:18:22 -0400 > Subject: [PATCH 2/2] Use the current cache when creating inferred ranges. > > Infer range proce

Re: [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-04-05 Thread Jeff Law
On 3/4/25 2:10 AM, Jakub Jelinek wrote: Hi! On Fri, Nov 22, 2024 at 07:25:23PM -0500, Andrew MacLeod wrote:  I will shortly be submitting , and presumable committing, this patch as part of a series to improve VRP time for 117467.. So it may be in place by the time you need it On 11/18/2

Re: [PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-03-31 Thread Andrew MacLeod
On 3/29/25 20:54, Jeff Law wrote: On 3/4/25 2:10 AM, Jakub Jelinek wrote: Hi! On Fri, Nov 22, 2024 at 07:25:23PM -0500, Andrew MacLeod wrote:   I will shortly be submitting , and presumable committing, this patch as part of a series to improve VRP time for 117467.. So it may be in place b

[PATCH] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-03-04 Thread Jakub Jelinek
Hi! On Fri, Nov 22, 2024 at 07:25:23PM -0500, Andrew MacLeod wrote: >  I will shortly be submitting , and presumable committing, this patch as > part of a series to improve VRP time for 117467.. > > So it may be in place by the time you need it > On 11/18/24 09:31, Andrew MacLeod wrote: > > Atta