public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: matthew green <mrg@cygnus.com>
To: "Frank Ch. Eigler" <fche@redhat.com>
Cc: cgen@sources.redhat.com
Subject: re: generalizing the delay rtx function
Date: Wed, 14 Mar 2001 16:43:00 -0000	[thread overview]
Message-ID: <14960.984616975@cygnus.com> (raw)
In-Reply-To: <20010314080539.K32628@redhat.com>

   
   On Wed, Mar 14, 2001 at 06:40:05PM +1100, matthew green wrote:
   : [...]
   : is this possible?  eg, (sparc) if i do:
   :=20
   : 	ba	foo
   : 	 ld	[%l1 + 4], %o0
   : vs.
   : 	ba	foo
   : 	 tst	%o0
   :=20
   : the load can take *much* longer than the tst?
   
   I'm not sure I guess correctly at your point; is it that
   these two code sequences require a different number of
   clock cycles to run on a SPARC chip?  If so, yes, but
   the delay is not a programmer-visible one, so the=20
   proposed extensions to the delay rtx would not be used
   to model it.
   

you said the delay rtx would be changed to indicate the number
of "instruction cycles" before the effect is seen.  my example
above shows a case where this isn't going to be known.  if you
didn't mean "instruction cycles" but really "instructions" then
my point is meaningless.


.mrg.

  reply	other threads:[~2001-03-14 16:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-08 13:01 Frank Ch. Eigler
2001-03-12 20:04 ` Ben Elliston
2001-03-12 20:33 ` Doug Evans
2001-03-13 23:40 ` matthew green
2001-03-14  5:05   ` Frank Ch. Eigler
2001-03-14 16:43     ` matthew green [this message]
2001-03-14 16:55       ` Frank Ch. Eigler

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=14960.984616975@cygnus.com \
    --to=mrg@cygnus.com \
    --cc=cgen@sources.redhat.com \
    --cc=fche@redhat.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).