qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu-system-sparc question?


From: Paul Brook
Subject: Re: [Qemu-devel] qemu-system-sparc question?
Date: Sat, 14 Oct 2006 15:11:57 +0100
User-agent: KMail/1.9.4

On Saturday 14 October 2006 09:14, Blue Swirl wrote:
> >There's no such think as an Ideal cpu. It's like picking the right
> >religion :-) If you want a toy cpu, there are things like mmix.
>
> In general true. But the real and toy CPUs are designed with the hardware
> construction in mind, whereas the limitations deriving from HW (number of
> registers, number of instructions, instruction complexity) may be less
> relevant in the Qemu case. Also Qemu could benefit from getting information
> analysed from the source code that no real HW needs. For example, perhaps
> the TB state could be managed explicitly by the compiler.

There are plenty of pre-existing dynamic compilation targets, pretty much all 
of which have JIT compilers. eg. JVM, CIL and parrot. IMHO qemu probably 
isn't a particularly good base for this sort of thing, as it's more oriented 
towards emulating conventional CPUs.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]