Colin Davidson wrote:
>
> Hi All,
>
> Has anyone else noticed that Plex86 will have most of the necessary
> infrastructure to perform dynamic code optimization (like the Transmeta
> Crusoe or the HP Dynamo project). Wouldn't it be neat if Guest OSes could
> run FASTER under Plex86 than they do stand-alone!
Yeah, this kind of thing was brought up some time ago. In general,
when you dynamically translate code (especially x86) performance
goes down, not up.
Look at Transmeta. According to web reviews, their special
hardware/software solution's performance lacks lustre compared
with the real Iron from Intel or AMD. And we only have
software/software to draw from.
I looked into dynamic translation somewhat with bochs. I did a lot
of thinking about DT with respect to the x86 architecture. It's
quite a challenge. Methinks many people have fallen into this
tarpit, and will continue to.
Now, there may well be cases where DT code for virtualized ring0
guest code may be more efficient than SBE controlled native code.
Will leave that for some day in the future, as you mention in
your subject line. I'm hoping for ring3 code, we can allow
it to run without SBE control (by user option of course).
-Kevin