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

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

Re: why are files like tramp-loaddefs.el and cl-loaddefs.el natively com


From: Eli Zaretskii
Subject: Re: why are files like tramp-loaddefs.el and cl-loaddefs.el natively compiled on each startup?
Date: Mon, 09 Jan 2023 20:45:17 +0200

> From: Lele Gaifax <lele@metapensiero.it>
> Date: Mon, 09 Jan 2023 18:46:37 +0100
> 
> Emanuel Berg <incal@dataswamp.org> writes:
> 
> > Why are files like tramp-loaddefs.el and cl-loaddefs.el
> > natively compiled on each startup?
> >
> > They change all the time?
> >
> > Why?
> 
> I'm experiencing the same thing, in several different "setups"
> (doom-emacs and my own home-made configuration), with both GNU/Emacs 29
> and master: every time I launch a new Emacs, I see the following in the
> *Async-native-compile-log* buffer:
> 
>   Compiling /usr/local/share/emacs/30.0.50/lisp/net/tramp-loaddefs.el.gz...
>   uncompressing tramp-loaddefs.el.gz...
>   uncompressing tramp-loaddefs.el.gz...done
>   Compiling 
> /usr/local/share/emacs/30.0.50/lisp/emacs-lisp/cl-loaddefs.el.gz...
>   uncompressing cl-loaddefs.el.gz...
>   uncompressing cl-loaddefs.el.gz...done
>   Compilation finished.
>   Compilation finished.

They are marked with no-native-compile:t, so Emacs isn't actually
compiling them.

FWIW, I don't see those messages when I start Emacs.



reply via email to

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