public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Mike Stump <mrs@apple.com>
Cc: Marco Morandini <morandini@aero.polimi.it>,
	gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org
Subject: Re: PATCH: Re: A user question (was: Re: Faster compilation speed)
Date: Tue, 13 Aug 2002 19:53:00 -0000	[thread overview]
Message-ID: <20020813195314.G23595@redhat.com> (raw)
In-Reply-To: <B66700BC-AF19-11D6-96AC-000393941EE6@apple.com>

On Tue, Aug 13, 2002 at 05:06:42PM -0700, Mike Stump wrote:
>       * sched-rgn.c (CHECK_DEAD_NOTES): Limit how much checking
>	we do to avoid n^2 behavior.

I don't like it.

Instead, arrange to make a single pass across the rtl removing
and counting death notes and storing the counts into an array
indexed by basic block.  The add up the counts for each block
in the region as is sort of done currently.



r~

  reply	other threads:[~2002-08-13 19:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-13 10:34 Marco Morandini
2002-08-13 10:47 ` Marco Morandini
2002-08-13 14:29 ` Mike Stump
2002-08-13 17:06   ` PATCH: " Mike Stump
2002-08-13 19:53     ` Richard Henderson [this message]
2002-08-14  4:10     ` Michael Matz
2002-08-14  4:42       ` Michael Matz

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=20020813195314.G23595@redhat.com \
    --to=rth@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=morandini@aero.polimi.it \
    --cc=mrs@apple.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).