emacs-devel
[Top][All Lists]
Advanced

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

Re: Migrating to sourcehut - what's missing?


From: Óscar Fuentes
Subject: Re: Migrating to sourcehut - what's missing?
Date: Wed, 22 Dec 2021 21:14:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> The Emacs build has several parts with no paralellization. In my humble
>> 8-thread machine most of the 4.5 minutes it takes to build (without
>> native-comp) only one thread is active, and today's CPUs are not much
>> faster than mine doing single-threaded tasks.
>
> If you have 8 threads, why don't you use "make -j8"?

That's what I use.

> Then most of the time you'd see 8 compilation processes run in
> parallel.
>
> That's what I see here.

Probably you are talking about an incremental build. Lars refers to a
C.I. build, which always does a full build, starting with `git clone'
(or `git clean -fdx && git pull'), then `autogen.sh', `configure' and
`make bootstrap'. What takes 4.5 minutes in my machine starts with
`autogen.sh'. The C.I. system would also run the test suite.




reply via email to

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