bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34404: 26.1; Finalizer in hash table run early?


From: Eli Zaretskii
Subject: bug#34404: 26.1; Finalizer in hash table run early?
Date: Fri, 27 Nov 2020 10:23:09 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Fri, 27 Nov 2020 08:56:33 +0100
> Cc: 34404@debbugs.gnu.org, Braun Gábor <braungb88@gmail.com>
> 
> The Emacs documentation seems to imply that Emacs has one of these 100%
> garbage collectors, which is what this bug report is about, I think: The
> user has an object that the gc should collect, but it's not collected
> (always).

The question is how do you define "100%"?  The Emacs GC is
conservative in the sense that when there's a doubt whether an object
_could_ be still referenced, we mark it so it doesn't get swept.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]