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: Thu, 13 Dec 2001 09:41:00 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

Richard Stallman <address@hidden> writes:
>     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.

> This means those files would be running interpreted.

>     (4) byte-compile bytecomp.el and its subsidiaries.
>     (5) load bytecomp.elc etc
>     (6) byte-compile all the other files

> Those files would still be running interpreted.

???  Why is byte-compiler running interpreted even after
bytecomp.elc, etc are loaded?

Before step (6), we can also byte compile subr.el,
simple.el, etc (all what byte-compile will frequently use)
and load the corresponding *.elc to speed up the compilation
of the other files.

---
Ken'ichi HANDA
address@hidden



reply via email to

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