[Libre-soc-sim] Progress

lkcl luke.leighton at gmail.com
Fri Aug 13 16:34:06 BST 2021



On August 13, 2021 3:26:44 PM UTC, Pete Wilson <peter.wilson at bsc.es> wrote:
>Peter
>
>I understand the generalities of creating a JIT system, but what are
>the real-world mechanics?
>
>- you write the interpreter so that it can hand off or be handed off to
>by a JIT’d runtime?

no: you have a custom JIT built-in to the simulator.

even dolphinpc, a 15 year old 32 bit power emulator, has its own JIT.

for some strange reason i have yet to determine they are always custom JIT engines, not using a preexisting JIT compilers

l.



More information about the Libre-soc-sim mailing list