Re: Implementing Guile with a Windows port

2021-10-10 Thread Developers list for Guile, the GNU extensibility library
Am Samstag, dem 09.10.2021 um 21:32 +0300 schrieb Eli Zaretskii: > > From: Taylan Kammer > > Date: Sat, 9 Oct 2021 20:10:15 +0200 > > > > I can't speak for the developers, but as far as I can tell, there > > isn't the right combination of willingness and resources to support a > > native port of

Re: GC + Java finalization

2021-10-10 Thread Developers list for Guile, the GNU extensibility library
Am Donnerstag, dem 15.07.2021 um 20:44 +0200 schrieb Jonas Hahnfeld via Developers list for Guile, the GNU extensibility library: > Am Samstag, dem 03.07.2021 um 14:05 +0200 schrieb Jonas Hahnfeld via > Developers list for Guile, the GNU extensibility library: > > Hi Guile devs, > > > > I'm hackin

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