all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: multi-process elisp compilation?
Date: Tue, 27 Jul 2021 15:28:38 +0200	[thread overview]
Message-ID: <87pmv3ga2h.fsf@telefonica.net> (raw)
In-Reply-To: 30e6c979-548a-1b30-1cd7-75365915e0f9@piermont.com

"Perry E. Metzger" <perry@piermont.com> writes:

>> You mean, "make -jN" where N is the number of execution units?
>
> Precisely, but that seems to work for building Emacs's .c files but
> not for compiling the elisp files. I may have screwed something up in
> my build; if it is expected to work, that would be useful information
> because then I could try to debug what has gone wrong.

-jN works on Elisp files too.

Please note that some .el files take a while to build and they are a
dependency for a posterior build product, so it is possible that at some
time only one .el file is being compiled. Also, there are other products
that take a long time to build, so you could get the impression that the
build is working single-threaded.

But, for the most part, the build of the Elisp files is highly
parallized.




  reply	other threads:[~2021-07-27 13:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26 19:44 multi-process elisp compilation? Perry E. Metzger
2021-07-27  2:23 ` Eli Zaretskii
2021-07-27 12:42   ` Perry E. Metzger
2021-07-27 13:28     ` Óscar Fuentes [this message]
2021-07-27 13:55     ` Eli Zaretskii

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=87pmv3ga2h.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.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.