public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "amacleod at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/108696] querying relations is slow
Date: Wed, 08 Feb 2023 17:16:17 +0000	[thread overview]
Message-ID: <bug-108696-4-ofyZV43DTM@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108696-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108696

--- Comment #1 from Andrew Macleod <amacleod at redhat dot com> ---
I think that change will end up missing equivalences and transitives.  The
m_relation_set bitmap is only used to track non-equivalence relations
registered with the oracle. Equivalences are handled separately in the
equivalence oracle.

The speedup you are seeing is likely because it is bailing on checking for
equivalences and transitive relations through equivalences.

  reply	other threads:[~2023-02-08 17:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07 13:00 [Bug tree-optimization/108696] New: " rguenth at gcc dot gnu.org
2023-02-08 17:16 ` amacleod at redhat dot com [this message]
2023-02-08 17:50 ` [Bug tree-optimization/108696] " amacleod at redhat dot com
2023-02-08 18:01 ` rguenther at suse dot de
2023-02-10  8:38 ` rguenth at gcc dot gnu.org
2023-02-10 14:53 ` amacleod at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-108696-4-ofyZV43DTM@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).