emacs-devel
[Top][All Lists]
Advanced

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

byte-compiling files loaded in loadup.el


From: Dan Nicolaescu
Subject: byte-compiling files loaded in loadup.el
Date: Thu, 05 Aug 2010 23:23:12 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

A little experiment shows that byte compiling any of the files in
loadup.el that are currently not byte compiled (and not explicitly
excluded by loading the .el version) the pure size grows a little bit.

This means that there are a few extra objects that do not need to be
garbage collected every single time the garbage collector runs.

This is a small win, but it's free, so we should remove the
no-byte-compile marker in all these files.





reply via email to

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