qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] /* XXX: suppress this hack */
@ 2004-10-10 17:59 Magnus Damm
  2004-10-10 18:23 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: Magnus Damm @ 2004-10-10 17:59 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-11 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-10 17:59 [Qemu-devel] /* XXX: suppress this hack */ Magnus Damm
2004-10-10 18:23 ` Johannes Schindelin
2004-10-10 18:50   ` Magnus Damm
2004-10-11 12:51     ` Johannes Schindelin

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).