GNU bug report logs - #79021
31.0.50; Unnecessary GC in after-load-functions

Previous Next

Package: emacs;

Reported by: Helmut Eller <eller.helmut <at> gmail.com>

Date: Mon, 14 Jul 2025 20:05:02 UTC

Severity: normal

Found in version 31.0.50

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 79021 <at> debbugs.gnu.org, Helmut Eller <eller.helmut <at> gmail.com>
Subject: bug#79021: 31.0.50; Unnecessary GC in after-load-functions
Date: Tue, 15 Jul 2025 09:59:38 -0400
>> In loadup.el there is this:
>> 
>>   (add-hook 'after-load-functions (lambda (_) (garbage-collect)))
>> 
>> What's this for?  It seems unnecessary.
>> 
>> It would be nice to remove this, because without it the time to execute
>> loadup.el goes down from 13 seconds to 6.
>
> I presume this is because we don't want to dump any garbage.
> Stefan?

AFAIK it was added to keep the dumped Emacs' heap "dense": if we run the
GC only "in the normal way", the heap objects created during `loadup.el`
end up interspersed with more free spaces.

It's possible/likely that the portable dumper has made that unnecessary.


        Stefan





This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.