Re: [PATCH] Avoid further recomputations in path_range_query once path is finalized.

2022-08-17 Thread Aldy Hernandez via Gcc-patches
On Tue, Aug 16, 2022 at 4:12 PM Richard Biener wrote: > > On Tue, Aug 16, 2022 at 3:59 PM Aldy Hernandez wrote: > > > > [Richi, I'm trying to make things more obvious for others working for the > > cose base. What do you think?] > > > > This makes a few things explicit to avoid misuse. First, w

Re: [PATCH] Avoid further recomputations in path_range_query once path is finalized.

2022-08-16 Thread Richard Biener via Gcc-patches
On Tue, Aug 16, 2022 at 3:59 PM Aldy Hernandez wrote: > > [Richi, I'm trying to make things more obvious for others working for the > cose base. What do you think?] > > This makes a few things explicit to avoid misuse. First, we add a > flag to differentiate between a path whose depdenency range

[PATCH] Avoid further recomputations in path_range_query once path is finalized.

2022-08-16 Thread Aldy Hernandez via Gcc-patches
[Richi, I'm trying to make things more obvious for others working for the cose base. What do you think?] This makes a few things explicit to avoid misuse. First, we add a flag to differentiate between a path whose depdenency ranges are being computed, and a path that is finalized and no further