qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <damm@opensource.se>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] /* XXX: suppress this hack */
Date: Sun, 10 Oct 2004 19:59:44 +0200	[thread overview]
Message-ID: <1097431180.15742.96.camel@kubu.opensource.se> (raw)

Hi,

Better performance for i386-softmmu under PowerPC? Yes, please!
At line 96 in "dyngen-exec.h" sits the following code:

/* XXX: suppress this hack */
#if defined(CONFIG_USER_ONLY)
#define AREG4 "r16"
#define AREG5 "r17"
#define AREG6 "r18"
#define AREG7 "r19"
#define AREG8 "r20"
#define AREG9 "r21"
#define AREG10 "r22"
#define AREG11 "r23"
#endif

I would like to "suppress that hack", ie make sure that AREG4 to AREG11
gets defined for i386-softmmu. Someone that knows the code - what needs
to be done? Just removing the ifdef does not work for sure. Is it some
issue with setjmp()/longjmp()? I'm willing to set aside some hours to
fix this if someone who knows points me in the right direction.

Thanks!

/ magnus

             reply	other threads:[~2004-10-10 18:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10 17:59 Magnus Damm [this message]
2004-10-10 18:23 ` [Qemu-devel] /* XXX: suppress this hack */ Johannes Schindelin
2004-10-10 18:50   ` Magnus Damm
2004-10-11 12:51     ` Johannes Schindelin

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=1097431180.15742.96.camel@kubu.opensource.se \
    --to=damm@opensource.se \
    --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).