all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Van Ly <van.ly@sdf.org>
Cc: luangruo@yahoo.com, 52809@debbugs.gnu.org
Subject: bug#52809: 28.0.90; X11 modeline context menu grows offscreen unreadable on smaller screen of two screen display
Date: Tue, 28 Dec 2021 16:17:38 +0200	[thread overview]
Message-ID: <83r19wlsot.fsf@gnu.org> (raw)
In-Reply-To: <374710fb-8430-5874-4ba0-498bb418aaa6@SDF.ORG> (message from Van Ly on Tue, 28 Dec 2021 14:13:01 +0000 (UTC))

> Date: Tue, 28 Dec 2021 14:13:01 +0000 (UTC)
> From: Van Ly <van.ly@sdf.org>
> cc: luangruo@yahoo.com, 52809@debbugs.gnu.org
> 
> Yes, during the Emacs build.  I haven't experimented to see if "make 
> -j4" will allow 4 parallel lanes of ELC+ELN compilations.  That would 
> be nice.

Then please do use "make -jN bootstrap", where N is the number of
execution units you have on that system.  That's how you request
parallel Emacs builds.

> I'm saying "make bootstrap" detects there are multiple cores and
> suggests or defaults to using them all in parallel whee possible.

The way we natively-compile Lisp files during a build was
intentionally made serial, so that the Make command could control how
much parallelism is in use.  Because otherwise, we could easily
overwhelm the CPU, because the inherent built-in parallelism of the
async native-compilation doesn't care about the system load, so
invoking "make -j8" would give you 8 compilation jobs, each one of
which could use 4 cores.





  reply	other threads:[~2021-12-28 14:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26 17:39 bug#52809: 28.0.90; X11 modeline context menu grows offscreen unreadable on smaller screen of two screen display Van Ly
2021-12-27  6:29 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-27 10:25   ` Van Ly
2021-12-27 14:45     ` Eli Zaretskii
2021-12-28  0:42     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-28  2:53       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-28 10:53         ` Van Ly
2021-12-28 10:55           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-28 13:09           ` Eli Zaretskii
2021-12-28 14:13             ` Van Ly
2021-12-28 14:17               ` Eli Zaretskii [this message]
2021-12-28 16:00                 ` Van Ly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r19wlsot.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=52809@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=van.ly@sdf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.