Re: guile and libgccjit

2021-10-10 Thread tomas
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 >

Re: guile and libgccjit

2021-10-10 Thread Linus Björnstam
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