emacs-devel
[Top][All Lists]
Advanced

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

Re: Script for compiling more quietly


From: Stefan Monnier
Subject: Re: Script for compiling more quietly
Date: Mon, 14 Dec 2020 10:00:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> by "expr $(nproc) / 2 + 1", IME using nproc makes the computer unuseable,
> and is not much faster than nproc/2+1.

My crystal ball tells me you have hyperthreading, so `nproc` returns
twice as many CPUs as you have "cores".  If you don't have
hyperthreading, I'd expect the performance difference between using
`nproc` or only half to be more significant.


        Stefan




reply via email to

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