Re: [PATCH] c++: Don't purge the satisfaction caches

2020-11-07 Thread Patrick Palka via Gcc-patches
On Fri, 6 Nov 2020, Jason Merrill wrote: > On 11/2/20 9:03 AM, Patrick Palka wrote: > > On Tue, 27 Oct 2020, Patrick Palka wrote: > > > > > The adoption of P2104 means we can memoize the result of satisfaction > > > indefinitely and no longer have to clear the satisfaction caches on > > > various

Re: [PATCH] c++: Don't purge the satisfaction caches

2020-11-06 Thread Jason Merrill via Gcc-patches
On 11/2/20 9:03 AM, Patrick Palka wrote: On Tue, 27 Oct 2020, Patrick Palka wrote: The adoption of P2104 means we can memoize the result of satisfaction indefinitely and no longer have to clear the satisfaction caches on various events that would affect satisfaction. To that end, this patch re

Re: [PATCH] c++: Don't purge the satisfaction caches

2020-11-02 Thread Patrick Palka via Gcc-patches
On Mon, Nov 2, 2020 at 10:11 AM Jason Merrill wrote: > > On 11/2/20 9:03 AM, Patrick Palka wrote: > > On Tue, 27 Oct 2020, Patrick Palka wrote: > > > >> The adoption of P2104 means we can memoize the result of satisfaction > >> indefinitely and no longer have to clear the satisfaction caches on >

Re: [PATCH] c++: Don't purge the satisfaction caches

2020-11-02 Thread Jason Merrill via Gcc-patches
On 11/2/20 9:03 AM, Patrick Palka wrote: On Tue, 27 Oct 2020, Patrick Palka wrote: The adoption of P2104 means we can memoize the result of satisfaction indefinitely and no longer have to clear the satisfaction caches on various events that would affect satisfaction. To that end, this patch re

Re: [PATCH] c++: Don't purge the satisfaction caches

2020-11-02 Thread Patrick Palka via Gcc-patches
On Tue, 27 Oct 2020, Patrick Palka wrote: > The adoption of P2104 means we can memoize the result of satisfaction > indefinitely and no longer have to clear the satisfaction caches on > various events that would affect satisfaction. To that end, this patch > removes clear_satisfaction_cache and a

[PATCH] c++: Don't purge the satisfaction caches

2020-10-27 Thread Patrick Palka via Gcc-patches
The adoption of P2104 means we can memoize the result of satisfaction indefinitely and no longer have to clear the satisfaction caches on various events that would affect satisfaction. To that end, this patch removes clear_satisfaction_cache and adjusts its callers appropriately. This provides a