GNU bug report logs -
#52809
28.0.90; X11 modeline context menu grows offscreen unreadable on smaller screen of two screen display
Previous Next
Reported by: Van Ly <van.ly <at> sdf.org>
Date: Sun, 26 Dec 2021 17:42:02 UTC
Severity: normal
Found in version 28.0.90
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
Message #37 received at 52809 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 28 Dec 2021 14:13:01 +0000 (UTC)
> From: Van Ly <van.ly <at> sdf.org>
> cc: luangruo <at> yahoo.com, 52809 <at> 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.
This bug report was last modified 3 years and 141 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.