[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Java finalization & smobs?
From: |
Maxime Devos |
Subject: |
Re: Java finalization & smobs? |
Date: |
Fri, 10 Dec 2021 18:00:08 +0000 |
User-agent: |
Evolution 3.38.3-1 |
Hi,
Han-Wen Nienhuys schreef op vr 10-12-2021 om 15:59 [+0100]:
> which is consistent with what we see. On the other hand, Guile sets
> up
> BDWGC with GC_java_finalization=1, which should keep GC dependencies
At least in Guile 3, that's done in scm_init_guardians.
While that's always called in scm_i_init_guile, maybe Guile 2 only
loads the guardian code when it's really needed and doesn't set up
Java-style finalisation?
Greetings,
Maxime (not a guile maintainer).