all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yasuhiro Kimura <yasu@utahime.org>
To: emacs-devel@gnu.org
Subject: Re: Known case that emacs lisp code doesn't work correctly if native compilde
Date: Tue, 31 Aug 2021 04:35:16 +0900 (JST)	[thread overview]
Message-ID: <20210831.043516.2125681098684963784.yasu@utahime.org> (raw)
In-Reply-To: <jwv1r6adahd.fsf-monnier+emacs@gnu.org>

From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Known case that emacs lisp code doesn't work correctly if native compilde
Date: Mon, 30 Aug 2021 15:14:28 -0400

> IIRC native compilation recompiles the .el files instead of starting
> from the .elc files, so if compilation of the .el to .elc is only
> correct depending on specific packages being loaded in a specific order
> it may happen that the native compilation will generate invalid code
> (this is typically the case for large packages which force you to
> compile the package via a `make` rule which takes care of preloading
> the necessary files in the right order).

Mew uses configure script and make to build and install it. So the
case of Mew seems fit for your explanation.

> So far this has been a hypothetical problem, tho, so please report it so
> we can better investigate.

OK, I'll submit bug report to Bug Tracker.

---
Yasuhiro Kimura



  reply	other threads:[~2021-08-30 19:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-30 18:30 Known case that emacs lisp code doesn't work correctly if native compilde Yasuhiro Kimura
2021-08-30 19:14 ` Stefan Monnier
2021-08-30 19:35   ` Yasuhiro Kimura [this message]
2021-08-30 20:17   ` T.V Raman
2021-08-30 20:28     ` Stefan Monnier
2021-08-31  2:13       ` T.V Raman

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=20210831.043516.2125681098684963784.yasu@utahime.org \
    --to=yasu@utahime.org \
    --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.