All of lore.kernel.org
 help / color / mirror / Atom feed
* Faster than real-time execution
@ 2023-06-19 19:43 frankwmiller frankwmiller.net
  2023-06-19 21:44 ` Alex Bennée
  0 siblings, 1 reply; 2+ messages in thread
From: frankwmiller frankwmiller.net @ 2023-06-19 19:43 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

Greetings,
 
I've been contemplating using QEMU for faster-than-real-time execution of SPARC executables on an X86-64 machine.   It appears from the base architecture of QEMU that this is not possible if QEMU is using JIT of the SPARC to x86-84 since the resulting x86-64 will run on the hardware at the processor clock speed and there's not really any way around that.
 
However, is it possible to do something like this.  Execute the SPARC instructions in simulation, i.e. without any JIT, and then since everything is executed as simulated SPARC instructions, essentially speed up time in the simulated environment and execute FRT that way?
 
Thanks
FM
 
 

[-- Attachment #2: Type: text/html, Size: 1209 bytes --]

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

end of thread, other threads:[~2023-06-19 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 19:43 Faster than real-time execution frankwmiller frankwmiller.net
2023-06-19 21:44 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.