[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Skipping unexec via a big .elc file
From: |
Ken Raeburn |
Subject: |
Re: Skipping unexec via a big .elc file |
Date: |
Thu, 15 Dec 2016 06:45:40 -0500 |
Branch scratch/raeburn-startup deleted and re-pushed.
In addition to the changes I mentioned earlier, I found an unnecessary memset
in the face reinitialization code that could go, and an initialization form was
being emitted that tried to incorporate the obarray by value (which wouldn’t
work because the symbol chains don’t all get dumped); omitting the latter for
now cuts the file size a percent or so.
- Re: Skipping unexec via a big .elc file, (continued)
Re: Skipping unexec via a big .elc file, Richard Stallman, 2016/12/11
Re: Skipping unexec via a big .elc file, Ken Brown, 2016/12/13
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2016/12/14
- Re: Skipping unexec via a big .elc file, Lars Ingebrigtsen, 2016/12/14
- Re: Skipping unexec via a big .elc file,
Ken Raeburn <=
- Re: Skipping unexec via a big .elc file, Ken Raeburn, 2016/12/15
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2016/12/15
- Re: Skipping unexec via a big .elc file, Clément Pit--Claudel, 2016/12/15
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2016/12/16
- Re: Skipping unexec via a big .elc file, Clément Pit--Claudel, 2016/12/16
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2016/12/16
- Re: Skipping unexec via a big .elc file, Clément Pit--Claudel, 2016/12/16
- Re: Skipping unexec via a big .elc file, Eli Zaretskii, 2016/12/16
- Re: Skipping unexec via a big .elc file, Noam Postavsky, 2016/12/16
Re: Skipping unexec via a big .elc file, Stefan Monnier, 2016/12/17