Re: Ephemerons, self-referentality in weak hashtables

2021-06-20 Thread Maxime Devos
Christopher Lemmer Webber schreef op di 18-05-2021 om 11:46 [-0400]: > Hello, > > I'm finally taking some time to port Goblins to Guile, in-between other > tasks anyway. In Goblins there is a weak hashtable that maps current > actor references to their current behavior. I found that for >

Re: thoughts on targetting the web

2021-06-20 Thread Chris Lemmer-Webber
Maxime Devos writes: > Andy Wingo schreef op za 19-06-2021 om 22:20 [+0200]: >> 5. Garbage collection. *We should re-use the host GC*. Although it >> would be possible to manage a heap in linear memory, that has >> retention problems due to cycles between the Guile heap and the JS >>

Re: thoughts on targetting the web

2021-06-20 Thread Maxime Devos
Andy Wingo schreef op za 19-06-2021 om 22:20 [+0200]: > 5. Garbage collection. *We should re-use the host GC*. Although it > would be possible to manage a heap in linear memory, that has > retention problems due to cycles between the Guile heap and the JS > heap. I could be