From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Andy Moreton <andrewjmoreton@gmail.com>
Cc: 46494@debbugs.gnu.org
Subject: bug#46494: 28.0.50; [native-comp] Problems with async background compile
Date: Sun, 14 Feb 2021 08:01:59 +0000 [thread overview]
Message-ID: <xjfft1zulfs.fsf@sdf.org> (raw)
In-Reply-To: <52dad420-fd72-fe1c-6f74-f4c114a2deb8@gmail.com> (Andy Moreton's message of "Sat, 13 Feb 2021 16:58:11 +0000")
Andy Moreton <andrewjmoreton@gmail.com> writes:
> Problems notes with async compile in native-comp branch on Windows:
>
> a) Bug #46256 describes problems with AOT compiled native-comp emacs not
> finding prebuilt .eln files when built for mingw64 64bit on Windows.
>
> As a result, emacs complains with an echo area warning for every .eln
> file that it cannot find in the expected location.
Please lets discuss each bug in each own thread, there's no need to use
more then one place.
> The stream of frequent warnings that causes make emacs mostly
> unresponsive to user input.
You can set `comp-async-report-warnings-errors' to nil if the packages
you use have to many compilation warnings.
For the motivation on reporting these warnings and more please see
bug#44746.
> b) The "background" async compilation of .eln files is CPU intensive and
> somewhat slow. The default settings run a compile on every available
> core, which is unfriendly for other workloads running on the same
> machine.
The default setting ATM should be to run on half of the cores (see
`comp-effective-async-max-jobs'), if that's not the case on Windows
should be fixed.
> It would be helpful to users to have a command to show the state of
> the async background compilation, including the running compile
> processes and the queue of pending compilation requests.
M-x list-processes
M: comp-files-queue
Ideally would be nicer to have a dedicated way to present the async
compilation status, but this does the job (for me at least).
> c) Quitting emacs when async compilation processes are running sometimes
> causes crashes in the compile processes, which show the emacs abort
> dialog (once for each async process). The dialogs disappear after a
> short delay (presumably due to the parent emacs having exited).
Mmmh, I guess this is a Windows specific behavior. Is there a specific
way to shut-down child processes we would use on Windows not to get
this error?
Thanks
Andrea
next prev parent reply other threads:[~2021-02-14 8:01 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 16:58 bug#46494: 28.0.50; [native-comp] Problems with async background compile Andy Moreton
2021-02-13 18:12 ` Eli Zaretskii
2021-02-13 20:20 ` Andy Moreton
2021-02-13 20:24 ` Eli Zaretskii
2021-02-14 8:01 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2021-02-14 15:31 ` Eli Zaretskii
2021-02-14 18:28 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-02-14 19:11 ` Eli Zaretskii
2021-02-20 10:37 ` Eli Zaretskii
2021-02-20 12:09 ` Andy Moreton
2021-02-20 12:54 ` Eli Zaretskii
2021-02-20 16:40 ` Andy Moreton
2021-02-20 16:54 ` Eli Zaretskii
2021-02-20 17:30 ` Andy Moreton
2021-02-20 17:37 ` Eli Zaretskii
2021-03-07 14:34 ` Eli Zaretskii
2021-03-08 0:19 ` Andy Moreton
2021-03-08 3:27 ` Eli Zaretskii
2021-02-21 21:22 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-02-22 3:28 ` Eli Zaretskii
2021-02-22 19:51 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-16 16:53 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-16 18:34 ` Eli Zaretskii
2021-03-16 20:10 ` Andy Moreton
2021-03-16 20:48 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=xjfft1zulfs.fsf@sdf.org \
--to=bug-gnu-emacs@gnu.org \
--cc=46494@debbugs.gnu.org \
--cc=akrl@sdf.org \
--cc=andrewjmoreton@gmail.com \
/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.