GNU bug report logs -
#79346
igc: PolicyShouldCollectWorld
Previous Next
Full log
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
On Sun, Aug 31 2025, Eli Zaretskii wrote:
>> It looks like the bug is in ArenaStep: it should divide the by
>> clocks_per_second before calling PolicyShouldCollectWorld.
>
> What does this affect in Emacs?
This affects how often MPS begins opportunistic GC, i.e. it affects only
sessions where igc-step-interval > 0.
Because of the bug, full collections are started more frequently because
availableTime > collectionTime is true more often. (availableTime is
10^6 times bigger than it should be.)
The documentation of PolicyShouldCollectWorld says that it starts a full
collection only if it expects that the full collection can be completed
within availableTime (= igc-step-interval) and if enough time (= per
process time) has passed since the last full collection.
> And is this relevant to using a non-debug build of the library?
Yes.
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.