emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native


From: Stefan Monnier
Subject: Re: On elisp running native
Date: Sat, 04 Jan 2020 13:17:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I have tested your branch after update2, haven't had time to test after the
> last update. I didn't see any speedup on load time, either with -Q flag, or
> when I loaded my init files and packages.

I don't expect load time to be improved (just like loading a .elc file
isn't fundamentally any faster than loading the .el file (except for
the fact that .el files are currently always loaded in a somewhat
cumbersome way in order to perform character decoding according to the
file's coding-system)).

Lumping separate files one big one can likely be done in a way that's
largely independent from compilation issues (e.g. see package-quickstart).


        Stefan




reply via email to

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