all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* byte-compiling files loaded in loadup.el
@ 2010-08-06  3:23 Dan Nicolaescu
  2010-08-06 13:12 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2010-08-06  3:23 UTC (permalink / raw)
  To: emacs-devel


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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-06 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06  3:23 byte-compiling files loaded in loadup.el Dan Nicolaescu
2010-08-06 13:12 ` Stefan Monnier
2010-08-06 18:21   ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.