public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Rask Ingemann Lambertsen <rask@sygehus.dk>
To: "Wolfgang Mües" <wolfgang@iksw-muees.de>
Cc: gcc@gcc.gnu.org
Subject: Re: Modifying ARM code generator for elimination of 8bit writes - need help
Date: Fri, 20 Oct 2006 17:27:00 -0000	[thread overview]
Message-ID: <20061020123442.GP24007@sygehus.dk> (raw)
In-Reply-To: <200610021242.04233.wolfgang@iksw-muees.de>

On Mon, Oct 02, 2006 at 12:42:04PM +0200, Wolfgang Mües wrote:
> Now it's time to give a big "thank you" to all persons involved, 
> ecpecially Rask Ingemann Lambertsen with his invaluable help.
> 
> As I started this project, I feared that I would never succeed, and 
> now ... the modified compiler is used about 3 month now, and DSLINUX 
> with this crude modification is working fine with 36 MBytes RAM 
> available, and has a good future now.

   I'm glad to hear that it works. I have a few improvements I'd like to
make, but for the next few months, my focus will be on getting my 16-bit x86
into GCC 4.3.

   You can take a look at the relout_outqi pattern. It uses two scratch
registers: One for the address and one as a scratch register for swpb. It is
worth investigating if you can safely trash the input operand, since the
reason we have an output reload is because a pseudo register got a stack
slot instead of a hard register. I.e. reload shouldn't expect the value in
operand 1 to be preserved for use in a later insn. But I think a reload
expert should comment on this.

-- 
Rask Ingemann Lambertsen

  reply	other threads:[~2006-10-20 12:35 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-28 20:23 Wolfgang Mües
2006-05-30 20:04 ` Paul Brook
2006-05-30 21:47   ` Daniel Jacobowitz
2006-05-30 23:14     ` Paul Brook
2006-05-31 20:40     ` Wolfgang Mües
2006-05-31 20:49   ` Wolfgang Mües
2006-05-31 20:59     ` Paul Brook
2006-06-01 14:18     ` Rask Ingemann Lambertsen
2006-06-02  6:24       ` Wolfgang Mües
2006-06-02  7:24         ` Rask Ingemann Lambertsen
2006-06-04 10:31           ` Wolfgang Mües
2006-06-04 11:25             ` Paul Brook
2006-06-04 15:26               ` Wolfgang Mües
2006-06-04 15:57                 ` Paul Brook
2006-06-05 10:07                   ` Wolfgang Mües
2006-06-05 12:25                     ` Paul Brook
2006-06-04 21:22                 ` Rask Ingemann Lambertsen
2006-06-04 21:01               ` Rask Ingemann Lambertsen
2006-06-05  0:12                 ` Dave Murphy
2006-06-05 11:31                   ` Wolfgang Mües
2006-06-05 10:07                 ` Richard Earnshaw
2006-06-05 11:47                   ` Wolfgang Mües
2006-06-04 20:10             ` Rask Ingemann Lambertsen
2006-06-17  8:52           ` Rask Ingemann Lambertsen
2006-07-19  7:49             ` Wolfgang Mües
2006-07-19 12:09               ` Rask Ingemann Lambertsen
2006-07-19 13:12                 ` Rask Ingemann Lambertsen
2006-07-20 10:31                 ` Wolfgang Mües
2006-07-20 13:09                   ` Dave Korn
2006-07-20 13:28                     ` Richard Earnshaw
2006-07-20 15:58                     ` Ian Lance Taylor
2006-07-20 21:20                       ` Dave Korn
2006-07-20 14:38                   ` Rask Ingemann Lambertsen
2006-07-21 11:40                     ` Rask Ingemann Lambertsen
2006-06-04 21:36     ` Rask Ingemann Lambertsen
2006-06-05 12:20       ` Wolfgang Mües
2006-06-05 12:22         ` Richard Earnshaw
2006-06-05 15:10         ` Rask Ingemann Lambertsen
2006-06-06  6:11           ` Wolfgang Mües
2006-06-06 19:37             ` Rask Ingemann Lambertsen
2006-06-07  5:35               ` Wolfgang Mües
2006-06-07  9:38                 ` Richard Earnshaw
2006-07-20 15:14                 ` Rask Ingemann Lambertsen
2006-07-21 14:20                   ` Rask Ingemann Lambertsen
2006-08-05 19:03                     ` Wolfgang Mües
2006-08-06  0:05                       ` Rask Ingemann Lambertsen
2006-08-12 12:40                         ` Wolfgang Mües
2006-10-02 10:42                           ` Wolfgang Mües
2006-10-20 17:27                             ` Rask Ingemann Lambertsen [this message]
2006-06-06  9:45         ` Richard Sandiford
2006-06-06 18:49           ` Rask Ingemann Lambertsen
2006-06-08 18:22             ` Rask Ingemann Lambertsen
2006-06-08 21:11               ` Wolfgang Mües
2006-06-09 15:08                 ` Rask Ingemann Lambertsen

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=20061020123442.GP24007@sygehus.dk \
    --to=rask@sygehus.dk \
    --cc=gcc@gcc.gnu.org \
    --cc=wolfgang@iksw-muees.de \
    /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).