Re: [Qemu-devel] Hand written code generator #2

2005-06-02 Thread Christian MICHON
"Arm is still the only target that really takes advantage of any of the new functionality." Sorry I missed this line :( I hope you will still consider x86 target before x86-64. You'd get a broader audience for testing/debug. If so, let us know. I haven't switched to svn yet... Thanks anyway Chri

Re: [Qemu-devel] Hand written code generator #2

2005-06-02 Thread Paul Brook
On Thursday 02 June 2005 11:53, Christian MICHON wrote: > Paul, > > on mingw32/x86-XP host, I see no difference on benchs with i386-softmmu. > You mentionned around 30% improvements. Any special compiler flags to > use, or compiler version? I also said that the arm-user emulation was the only targ

Re: [Qemu-devel] Hand written code generator #2

2005-06-02 Thread Christian MICHON
Paul, on mingw32/x86-XP host, I see no difference on benchs with i386-softmmu. You mentionned around 30% improvements. Any special compiler flags to use, or compiler version? I applied the patch on a fresh 0.7.0 version. Christian On 5/31/05, Paul Brook <[EMAIL PROTECTED]> wrote: > I've made ava

Re: [Qemu-devel] Hand written code generator #2

2005-06-01 Thread Paul Brook
On Wednesday 01 June 2005 06:40, Jens Arm wrote: > Hi Paul > > I get a compile errorif I try with latest qemu cvs: > > ../dyngen -o op.h op.o > ../dyngen -c -o opc.h op.o > gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. > -I/home/tux/tmp/qemu/target-sparc -I/home/tux/tmp/qemu > -I/h

Re: [Qemu-devel] Hand written code generator #2

2005-06-01 Thread Herbert Poetzl
On Wed, Jun 01, 2005 at 07:40:33AM +0200, Jens Arm wrote: > Hi Paul > > I get a compile errorif I try with latest qemu cvs: > > ../dyngen -o op.h op.o > ../dyngen -c -o opc.h op.o > gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. > -I/home/tux/tmp/qemu/target-sparc -I/home/tux/tmp

Re: [Qemu-devel] Hand written code generator #2

2005-05-31 Thread Jens Arm
Hi Paul I get a compile errorif I try with latest qemu cvs: ../dyngen -o op.h op.o ../dyngen -c -o opc.h op.o gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/tux/tmp/qemu/target-sparc -I/home/tux/tmp/qemu -I/home/tux/tmp/qemu/host-i386 -I/home/tux/tmp/qemu/linux-user -I/

[Qemu-devel] Hand written code generator #2

2005-05-31 Thread Paul Brook
I've made available a new version of my hand-written code generator for qemu. The patch is getting rather large, so I've put it on a web server to avoid spamming the list: https://nowt.dyndns.org/patch.qemu_qop.gz In principle it's very similar to the previous patch. The main difference is that