[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Two strange messages while building Emacs on MS-Windows
From: |
Eli Zaretskii |
Subject: |
Re: Two strange messages while building Emacs on MS-Windows |
Date: |
Sun, 09 Dec 2012 05:44:54 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> Date: Sat, 08 Dec 2012 18:06:14 -0500
>
> IIRC the Windows bootstrap code is not as well tuned, and byte-compiles
> all the .el files with the "bootstrap-emacs" instead of only compiling
> the preloaded files this way. That might explain it (the
> "bootstrap-emacs" is an emacs binary built with the non-compiled Elisp
> files, so its Elisp functions are slower).
The more important reason is that byte compilation on Windows during
bootstrap is done sequentially, whereas on Unix it's done in parallel
(under "make -j").
- Re: Two strange messages while building Emacs on MS-Windows, (continued)
- Re: Two strange messages while building Emacs on MS-Windows, Glenn Morris, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Dani Moncayo, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Stefan Monnier, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Dani Moncayo, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Stefan Monnier, 2012/12/07
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/08
- Re: Two strange messages while building Emacs on MS-Windows, Dani Moncayo, 2012/12/08
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/08
- Re: Two strange messages while building Emacs on MS-Windows, Stefan Monnier, 2012/12/08
- Re: Two strange messages while building Emacs on MS-Windows,
Eli Zaretskii <=
- Re: Two strange messages while building Emacs on MS-Windows, Stefan Monnier, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Óscar Fuentes, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Óscar Fuentes, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Óscar Fuentes, 2012/12/09
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/10
- Re: Two strange messages while building Emacs on MS-Windows, Óscar Fuentes, 2012/12/10
- Re: Two strange messages while building Emacs on MS-Windows, Eli Zaretskii, 2012/12/10
- Re: Two strange messages while building Emacs on MS-Windows, Óscar Fuentes, 2012/12/10