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

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

bug#50934: 28.0.60; paren.el should be preloaded


From: Andrea Corallo
Subject: bug#50934: 28.0.60; paren.el should be preloaded
Date: Fri, 01 Oct 2021 13:11:33 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Fri, 01 Oct 2021 13:49:31 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>> 
>> Since show-paren-mode is now ON by default, whenever Emacs starts it
>> now loads paren.elc? during startup.  So I think we should now preload
>> paren.el.
>
> One consequence of paren.el's not being preloaded is that in a
> native-compilation build, Emacs begins compiling paren.el as soon as
> it starts, and that causes it also to compile about a dozen other
> files that comp.el requires.  Should we perhaps native-compile all the
> prerequisites of comp.el as part of COMPILE_FIRST when we build Emacs?

I think we should keep an eye on the build time impact of this.  If I'm
not mistaken native compiling COMPILE_FIRST targets is slower than
afterward cause comp.el and friends are running interpreted.

  Andrea





reply via email to

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