public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jeffrey A Law <law@cygnus.com>
To: Joern Rennecke <amylaar@cygnus.co.uk>
Cc: davem@dm.cobaltmicro.com (David S. Miller), egcs@cygnus.com
Subject: Re: some Sparc hackery in the works
Date: Mon, 13 Jul 1998 21:47:00 -0000	[thread overview]
Message-ID: <14248.900388117@hurl.cygnus.com> (raw)
In-Reply-To: <199807131854.TAA18918@phal.cygnus.co.uk>

  In message < 199807131854.TAA18918@phal.cygnus.co.uk >you write:
  > You usually get worse code if you try to open-code DImode operations as
  > RTL at rtl generation time.
This depends on numerous factors, including but not limited to how many
registers the target has and how important scheduling is for good performance
on the target.

  > You can get the same benefit for scheduling and delay slot filling if you
  > povide define_splits for the patterns in question; you can then also
  > safe the output template by replacing it with a '#', to indicate that
  > this pattern must be split.
Not necessarily since you lose optimizations done by various other
optimizers.  For example, the sub-parts of a DImode load become
candidates for CSE, GCSE, combine, local alloc, etc.

There's generally some tradeoff for each direction.  We should trust
David to do the right thing for the sparc port.

jeff

ps.  Much of Dave's work mirrors stuff rth and myself have discussed
as important to handle better on the sparc port.

  parent reply	other threads:[~1998-07-13 21:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-13  4:36 David S. Miller
1998-07-13 12:58 ` Joern Rennecke
1998-07-13 16:44   ` David S. Miller
1998-07-13 20:56   ` Michael Hayes
1998-07-13 21:47   ` Jeffrey A Law [this message]
1998-07-13 23:48     ` David S. Miller
1998-07-13 21:47       ` Jeffrey A Law
1998-07-13 21:47 ` Jeffrey A Law

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=14248.900388117@hurl.cygnus.com \
    --to=law@cygnus.com \
    --cc=amylaar@cygnus.co.uk \
    --cc=davem@dm.cobaltmicro.com \
    --cc=egcs@cygnus.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).