public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Bonzini" <bonzini@gnu.org>
To: "Andy Walker" <ja_walker@earthlink.net>, <gcc@gcc.gnu.org>
Subject: Re: An unusual Performance approach using Synthetic registers, and a request for guidance.
Date: Sun, 29 Dec 2002 06:09:00 -0000	[thread overview]
Message-ID: <000901c2af1f$59a1d420$811b1897@bonz> (raw)
In-Reply-To: <E18SV9r-0007DL-00@grebe.mail.pas.earthlink.net>

> Orthogonality?  I am sorry.  I do not understand.  Could you be a bit more
> descriptive?

The lack of memory-to-memory move instructions, for example.  Synthetic
registers would have to be moved inside the core to do arithmetic on them.
It's already a problem not to have three-operand math, synthetic registers
would make the x86 basically an accumulator-based chip (move from reg to
accumulator, sum accumulator to reg) and also limit the ability to use LEA
to do arithmetics.

Paolo

  reply	other threads:[~2002-12-29  9:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-27  6:48 Bonzini
2002-12-27 20:07 ` Dave Hudson
2002-12-29  2:23   ` Andy Walker
2002-12-29  1:57 ` Andy Walker
2002-12-29  6:09   ` Bonzini [this message]
2002-12-29 12:04     ` Andy Walker
  -- strict thread matches above, loose matches on Subject: below --
2002-12-27  5:04 Andy Walker
2002-12-27 10:55 ` Michael S. Zick
2002-12-27 11:44   ` Michael S. Zick
2002-12-28  4:58   ` Alexandre Oliva
2002-12-28  9:43     ` Michael S. Zick
2002-12-29  5:33       ` Andy Walker
2002-12-29  4:28     ` Andy Walker
2002-12-29  2:18   ` Andy Walker

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='000901c2af1f$59a1d420$811b1897@bonz' \
    --to=bonzini@gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=ja_walker@earthlink.net \
    /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).