Jonas Hahnfeld schreef op do 15-07-2021 om 20:44 [+0200]:
> +  /* For guardians, we use unordered finalization `a la Java. */

Maybe add the reasons why this is only done when a guardian is created?
E.g.,

/* Don't use unordered finalization when not using guardians,
    because Java finalization prevents fast collection of chains of
unreachable objects */

Not 100% about the exact purpose of avoiding Java-style finalization,
you might want to adjust the wording somewhat ...

Greetings,
Maxime


Reply via email to