emacs-devel
[Top][All Lists]
Advanced

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

Re: Skipping unexec via a big .elc file


From: Philipp Stephani
Subject: Re: Skipping unexec via a big .elc file
Date: Mon, 01 May 2017 11:41:25 +0000



Stefan Monnier <address@hidden> schrieb am Sa., 8. Apr. 2017 um 20:06 Uhr:
>> I'd actually prefer going into the other direction: preload much more than
>> now, and remove lots of stuff from
>> autoloads. This will probably need a different strategy for preloading
>> (Daniel's approach, or Rmacs, or an Elisp
>> LLVM compiler, ...).
> Given that load time is an issue, loading more stuff than strictly
> necessary seems to make very little sense to me.

IIUC, using Daniel's approach, it should be possible to preload using
mmap in a time that's largely independent from the size of the
preloaded file (or at least, with a small constant).


Yes, that would be ideal. 

reply via email to

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