emacs-devel
[Top][All Lists]
Advanced

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

Re: Idea for bootstrapping


From: Kenichi Handa
Subject: Re: Idea for bootstrapping
Date: Wed, 12 Dec 2001 20:37:17 +0900 (JST)

Richard Stallman <address@hidden> writes:
> Bootstrapping could run faster if it initially recompiled the files
> that are needed for dumping Emacs, then redumped Emacs, and did the
> rest of the recompilation using compiled code.

Isn't it possible to do the followings?
(1) start temacs
(2) set pureify-flag to nil
(3) load all files (*.el) that are necessary to
byte-compile bytecomp.el and its subsidiaries.
(4) byte-compile bytecomp.el and its subsidiaries.
(5) load bytecomp.elc etc
(6) byte-compile all the other files

Then, we don't have to dump Emacs twice.

---
Ken'ichi HANDA
address@hidden



reply via email to

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