emacs-devel
[Top][All Lists]
Advanced

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

Re: Two strange messages while building Emacs on MS-Windows


From: Stefan Monnier
Subject: Re: Two strange messages while building Emacs on MS-Windows
Date: Sun, 09 Dec 2012 10:50:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 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").

I do "make -j2" and get about %170 of cpu utilisation (most of the
less-than-100% is due to phases in the build process where we only have
one process running, such as when running `configure'), so presumably my
6min would turn into no more than 10min if run sequentially.
Still pretty far from his 30min, so while "make -j" would help, the
inefficiency of the bootstrap is at least as important in his specific
case, I think.


        Stefan



reply via email to

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