unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Cc: guile-user@gnu.org
Subject: Re: Fetch-and-store for PowerPC...  and more!
Date: Fri, 18 Mar 2005 07:48:12 +1100	[thread overview]
Message-ID: <87wts6f183.fsf@zip.com.au> (raw)
In-Reply-To: <87k6o6ad5j.fsf@laas.fr> (Ludovic Courtès's message of "Thu, 17 Mar 2005 09:29:28 +0100")

ludovic.courtes@laas.fr (Ludovic Courtès) writes:
>
> I don't think so since `mem', as an address, isn't changed.

Yep, I meant the contents.

> `memory' denotes the reservation bit I guess).

No, memory normally means any crazy fetch or store, so gcc won't defer
storing stuff and wont hold stuff in registers across your asm.

"*mem" is the only actual change, so expressing that only it is
fetched/stored should give better code.  Though the actual current
usages are simple enough that it probably doesn't make any difference.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


  reply	other threads:[~2005-03-17 20:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-16  8:48 Fetch-and-store for PowerPC... and more! Ludovic Courtès
2005-03-16 23:26 ` Kevin Ryde
2005-03-17  8:29   ` Ludovic Courtès
2005-03-17 20:48     ` Kevin Ryde [this message]
2005-03-18  9:26   ` Marius Vollmer

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

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wts6f183.fsf@zip.com.au \
    --to=user42@zip.com.au \
    --cc=guile-user@gnu.org \
    /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).