NeXTcommunity

Everything => Virtualization => Topic started by: jeffburg on Nov 09, 2025, 02:42 AM

Title: Previous JIT Compiler
Post by: jeffburg on Nov 09, 2025, 02:42 AM
@andreas_g I'm assuming there is a reason, but I was wondering why Previous does not include the JIT compiler from Hatari... like maybe it does not work with the other custom chips developed for previous?

https://github.com/hatari/hatari/tree/main/src/cpu/jit
Title: Re: Previous JIT Compiler
Post by: andreas_g on Nov 09, 2025, 11:05 AM
The JIT code is part of WinUAE. Hatari does not use it. I just removed the unused code.
Title: Re: Previous JIT Compiler
Post by: jeffburg on Nov 09, 2025, 01:45 PM
@andreas_g thanks for the response!