public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Toon Moene <toon@moene.indiv.nluug.nl>
To: egcs@cygnus.com
Subject: Re: More than you ever wanted to know about Fortran array indexing;-)
Date: Thu, 09 Oct 1997 15:14:00 -0000	[thread overview]
Message-ID: <9710091754.AA05699@moene.indiv.nluug.nl> (raw)
In-Reply-To: <11197.876364088@hurl.cygnus.com>

Jeff wrote:

>  On a somewhat related note, as I've mentioned, with my
>  patch to handle more complex givs (aka the USE patch) I
>  generally get worse code on my PA.  I _believe_ this is
>  due to loop not realizing that many givs are related and
>  due to the giv cost/benefit analysis not handling more
>  complicated givs.

Pah, it probably means the PA is broken as an architecture :-) -  
I've tried it on machines as far apart as DEC Alpha and Motorola  
m68k - all Fortran code I throw at it gets compiled to better code  
*with* your `USE' patch; certainly all others (with possibly the x86  
as the sole exception) must fall between these extremes ...

Oh, BTW, making combine_givs_p accept all possible candidate givs  
for combining does not result in much improvement, because the  
return value of this function is but one of the (half a dozen)  
conditions that have to be fulfilled before giv G2 can be combined  
with giv G1 (see the routine combine_givs, i.e. without `_p').

Obviously, this could work correctly if every giv could have a  
_list_ of other givs that could be combined with it, and  
combine_givs computed the transitive closure of the  
G2-combines-with-G1 relation (checking, in the mean time, that the  
computational relationship remained a valid addressing mode).

But that requires `some' more work ;-)

Cheers,
Toon.

  reply	other threads:[~1997-10-09 15:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-05  5:02 More than you ever wanted to know about Fortran array indexing ;-) Toon Moene
1997-10-05 17:49 ` Richard Henderson
1997-10-06  7:02   ` More than you ever wanted to know about Fortran array indexing;-) Toon Moene
1997-10-07 23:14   ` Toon Moene
1997-10-08 21:19     ` More than you ever wanted to know about Fortran array indexing ;-) Jeffrey A Law
1997-10-09 15:14       ` Toon Moene [this message]
1997-10-13  9:27         ` 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=9710091754.AA05699@moene.indiv.nluug.nl \
    --to=toon@moene.indiv.nluug.nl \
    --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).