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: Gregory Heytings
Subject: Re: Script for compiling more quietly
Date: Mon, 14 Dec 2020 15:14:19 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)


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.


Yes, that's it.

BTW, thanks for the redisplay-adhoc-scroll-in-resize-mini-windows!



reply via email to

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