From: Alexandre Oliva <aoliva@redhat.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>,
arjanv@redhat.com, davej@redhat.com, Ingo Molnar <mingo@elte.hu>
Subject: Re: raid 5 with >= 5 members broken on x86
Date: 26 Feb 2004 19:40:21 -0300 [thread overview]
Message-ID: <or8yipforu.fsf@free.redhat.lsd.ic.unicamp.br> (raw)
In-Reply-To: <Pine.LNX.4.58.0402261426460.7830@ppc970.osdl.org>
On Feb 26, 2004, Linus Torvalds <torvalds@osdl.org> wrote:
>> > There is nothing to say that gcc wouldn't do a re-load or something
>> > in between, so you really need to tell the _first_ ask about it.
>> The only other reload it could do is an input reload of p4 and p5,
>> which, again, doesn't matter, because p4 and p5 are dead anyway.
> Ok. That's the missing piece. The thing is wrong, but we don't care,
> because even if gcc saves the old values for some silly reload, they're
> dead and uninteresting.
Yup.
> Ok. I did the silly one-liner
That's good enough for me. I tested that before trying this better
approach, and it worked.
> but if the "don't care" approach really improves code generation,
> feel free to send one that fixes both the P5 and PII cases..
It's not the code generation that is improved, it's just that we can
then refrain from pushing and popping something that nobody cares
about. It would have worked to just assign a random value to p4 and
p5 after the asm loop; it would be dead anyway. As long as we made
sure p4 and p5 weren't shared with anything else before, that is.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Happy GNU Year! oliva@{lsd.ic.unicamp.br, gnu.org}
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist Professional serial bug killer
next prev parent reply other threads:[~2004-02-26 22:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-26 18:36 Alexandre Oliva
2004-02-26 21:50 ` Linus Torvalds
2004-02-26 22:04 ` Linus Torvalds
2004-02-26 22:13 ` Alexandre Oliva
2004-02-26 22:32 ` Linus Torvalds
2004-02-26 22:40 ` Alexandre Oliva [this message]
2004-02-26 22:57 ` Alexandre Oliva
2004-02-26 23:37 ` Alexandre Oliva
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=or8yipforu.fsf@free.redhat.lsd.ic.unicamp.br \
--to=aoliva@redhat.com \
--cc=akpm@osdl.org \
--cc=arjanv@redhat.com \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®