Hello Guile hackers.
We are in the process of integrating GNU poke[1] in GDB by mean of
libpoke.
Problem is, libpoke uses the Boehm GC, as guile does. We are working on
switching to an ad-hoc exact collector, but it will get some time.
So, in the interim, we may:
1) Make both libguile and li
> On 06/02/2023 19:34, Jose E. Marchesi wrote:
>>
>> Hello Guile hackers.
>>
>> We are in the process of integrating GNU poke[1] in GDB by mean of
>> libpoke.
>>
>> Problem is, libpoke uses the Boehm GC, as guile does. We are working on
>>