On Sun, Oct 10, 2021 at 09:57:13AM +0200, Linus Björnstam wrote:
> The the current JIT is, in my understanding, more or less a stepping stone
> towards native compilation. The current JIT is very small and lightweight,
> without any tracing, meaning things like register allocation is flexible
>
The the current JIT is, in my understanding, more or less a stepping stone
towards native compilation. The current JIT is very small and lightweight,
without any tracing, meaning things like register allocation is flexible going
forward.
I am not a maintainer, nor heavily involved, but I believ