[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiled lisp file format (Re: Skipping unexec via a big .elc file)
From: |
John Wiegley |
Subject: |
Re: compiled lisp file format (Re: Skipping unexec via a big .elc file) |
Date: |
Sun, 21 May 2017 12:02:37 -0400 |
User-agent: |
Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.2 (darwin) |
>>>>> "KR" == Ken Raeburn <address@hidden> writes:
KR> I haven’t had much time to further the work on the big-elc approach
KR> recently, but there is one idea I want to toss out there for possibly
KR> improving the load time further: Changing the .elc file format to a binary
KR> one. I’m not talking about a memory image like Daniel is working on. I
KR> mean a file representing a sequence of S-expressions, but optimized for
KR> loading speed rather than for human readability.
I would like to see this; I can't think of a reason not to encode the
information in the best format for loading.
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
signature.asc
Description: PGP signature
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), (continued)
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Ken Raeburn, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Paul Eggert, 2017/05/28
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Ken Raeburn, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Paul Eggert, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Eli Zaretskii, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Paul Eggert, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Eli Zaretskii, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Paul Eggert, 2017/05/29
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Ken Raeburn, 2017/05/30
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file), Eli Zaretskii, 2017/05/30
- Re: compiled lisp file format (Re: Skipping unexec via a big .elc file),
John Wiegley <=
- Re: Skipping unexec via a big .elc file, Philipp Stephani, 2017/05/01