From: Segher Boessenkool <segher@kernel.crashing.org>
To: Richard Biener <richard.guenther@gmail.com>
Cc: Steven Bosscher <stevenb.gcc@gmail.com>,
GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] bb-reorder: Improve compgotos pass (PR71785)
Date: Thu, 03 Nov 2016 15:47:00 -0000 [thread overview]
Message-ID: <20161103154640.GA5072@gate.crashing.org> (raw)
In-Reply-To: <CAFiYyc1LiZwX_jBfvO6o8DtBRdEu+ynf3X6c5T6fUUoPzafp=w@mail.gmail.com>
On Thu, Nov 03, 2016 at 09:29:07AM +0100, Richard Biener wrote:
> On Wed, Nov 2, 2016 at 4:27 PM, Segher Boessenkool
> <segher@kernel.crashing.org> wrote:
> > On Wed, Nov 02, 2016 at 02:51:41PM +0100, Richard Biener wrote:
> >> >> I don't believe it needs a cleanup on every iteration. One cleanup at
> >> >> the end should work fine.
> >> >
> >> > But as the comment there says:
> >> >
> >> > /* Merge the duplicated blocks into predecessors, when possible. */
> >> > cleanup_cfg (0);
> >> >
> >> > (this is not a new comment), and without merging blocks this whole
> >> > patch does zilch.
> >> >
> >> > There is no need to create new basic blocks at all (can replace the
> >> > final branch in a block with a copy of the whole block it jumps to,
> >> > instead); and then it is painfully obvious that switching to layout
> >> > mode here is pointless, too.
> >> >
> >> > Do you want me to do that?
> >> >
> >> > Btw, this isn't quadratic anyway; it is a constant number (the maximal
> >> > length allowed of the block to copy) linear. Unless there are unboundedly
> >> > many forwarder blocks, which there shouldn't be, but I cannot prove that.
> >>
> >> Well, you iterate calling functions (find candidates, merge, cleanup-cfg) that
> >> walk the whole function. So unless the number of iterations is bound
> >> with a constant I call this quadratic (in function size).
> >
> > It is bounded (with that caveat above): new candidates will be bigger than
> > the block merged into it, so there won't be more than
> > PARAM_MAX_GOTO_DUPLICATION_INSNS passes.
> >
> > But I can make it all work simpler, in non-layout mode, if you prefer.
>
> Iteration is fine but we should restrict where we look for new
> candidates. Likewise
> block merging opportunities should be easier to exploit than by
> running cfg-cleanup...
Yes, but that was what the original code does already, so I didn't look
deeper. "It was just a simple bugfix".
> I'm just thinking of those gigantic machine-generated state machines where we
> ATM do quite well (at least at -O1 ...) with respect to compile-time.
Like I said, I tested it on a 2000 node VM, very artificial so almost
no code except the threading itself, and the compgotos pass takes less
than 1% time both before and after the patch. I ony tested at -O2 though.
I'll get back to it, but first I have some things that need handling during
stage 1.
Segher
next prev parent reply other threads:[~2016-11-03 15:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-30 19:11 Segher Boessenkool
2016-10-31 15:10 ` Steven Bosscher
2016-10-31 15:35 ` Segher Boessenkool
2016-11-02 9:02 ` Richard Biener
2016-11-02 10:40 ` Steven Bosscher
2016-11-02 13:41 ` Segher Boessenkool
2016-11-02 13:51 ` Richard Biener
2016-11-02 15:27 ` Segher Boessenkool
2016-11-03 8:29 ` Richard Biener
2016-11-03 15:47 ` Segher Boessenkool [this message]
2016-11-04 8:42 ` Richard Biener
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=20161103154640.GA5072@gate.crashing.org \
--to=segher@kernel.crashing.org \
--cc=gcc-patches@gcc.gnu.org \
--cc=richard.guenther@gmail.com \
--cc=stevenb.gcc@gmail.com \
/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).