public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable pointer_query caching throughout.
@ 2022-02-02 23:35 Martin Sebor
  2022-02-02 23:35 ` [PATCH 1/3] Make pointer_query cache a private member Martin Sebor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Martin Sebor @ 2022-02-02 23:35 UTC (permalink / raw)
  To: gcc-patches

Richard, as we discussed(*), this patch series enables the pointer_query
cache in the remaining two passes where it's currently disabled.  Since
not using the cache is not an option anymore, the first patch in
the series makes it a private member of the pointer_query class and its
use unconditional.  It also simplifies the two passes that use it to
avoid having to install it.

Tested on x86_64-linux.

Martin

[*] For reference:
https://gcc.gnu.org/pipermail/gcc-patches/2022-January/589243.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-03  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 23:35 [PATCH 0/3] Enable pointer_query caching throughout Martin Sebor
2022-02-02 23:35 ` [PATCH 1/3] Make pointer_query cache a private member Martin Sebor
2022-02-02 23:35 ` [PATCH 2/3] Enable pointer_query caching for -Warray-bounds Martin Sebor
2022-02-02 23:35 ` [PATCH 3/3] Enable pointer_query caching for -Wrestrict Martin Sebor
2022-02-03  9:07 ` [PATCH 0/3] Enable pointer_query caching throughout Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).