emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Known case that emacs lisp code doesn't work correctly if native com


From: Yasuhiro Kimura
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)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]