From: "J. Mayer" <l_indien@magic.fr>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] ppc32 guests: fix computation of XER.{CA, OV} in addme, subfme, mullwo
Date: Thu, 19 Jun 2008 00:09:10 +0200 [thread overview]
Message-ID: <1213826950.19143.47.camel@localhost> (raw)
In-Reply-To: <200806182339.32714.jseward@acm.org>
On Wed, 2008-06-18 at 23:39 +0200, Julian Seward wrote:
> On Wednesday 18 June 2008 23:32, J. Mayer wrote:
> > Looking at the (relativelly) recent changes in this code, I can see that
> > I did an optimization that seems correct at first sight but...
> > [ .. big patch deleted .. ]
> > Do you feel like this patch is buggy ?
>
> Why don't you just commit the patch I sent? It's shorter, it
> fixes the problem I reported and it does not cause any regressions.
it's ugly, obfuscated code, adding useless temporary variables and tests
that used not to be needed to achieve the same computation (where we
want the code to be fast and would like to remove all tests in flags
computations...).
Furthermore, it's inconsistent as more operations use similar code then
would need to be patched too if those one are false.
Then, I got numerous test results which gives the correct result with
the same arguments you use, running qemu on different hosts (x86, x86_64
and PPC32/64), then I must find time to redo all those tests to get
convinced it's now broken, find what did broke it, then rollback the
changes that broke this code.
--
J. Mayer <l_indien@magic.fr>
Never organized
next prev parent reply other threads:[~2008-06-18 22:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-11 0:04 [Qemu-devel] [PATCH] ppc32 guests: fix computation of XER.{CA, OV} in addme, subfme, mullwo Julian Seward
2008-06-17 12:27 ` Aurelien Jarno
2008-06-17 22:06 ` Julian Seward
2008-06-17 22:53 ` J. Mayer
2008-06-17 23:23 ` Julian Seward
2008-06-18 21:32 ` J. Mayer
2008-06-18 21:39 ` Julian Seward
2008-06-18 22:09 ` J. Mayer [this message]
2008-06-18 22:13 ` Tristan Gingold
2008-06-19 7:36 ` Julian Seward
2008-06-19 8:36 ` Tristan Gingold
2008-06-19 9:12 ` J. Mayer
2008-10-01 21:47 ` Aurelien Jarno
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=1213826950.19143.47.camel@localhost \
--to=l_indien@magic.fr \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).