emacs-devel
[Top][All Lists]
Advanced

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

Re: More reliable byte compilation, take 45


From: Eli Zaretskii
Subject: Re: More reliable byte compilation, take 45
Date: Tue, 05 Oct 2021 18:41:21 +0300

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: raman@google.com,  cpitclaudel@gmail.com,  emacs-devel@gnu.org
> Date: Tue, 05 Oct 2021 09:27:24 -0400
> 
> > And that's all?  Then why not fix that problem right away, it sounds
> > like something that should be easy to fix.  (Though I'm not sure I
> > understand why "some other ELisp file was not loaded beforehand" -- is
> > that a case of a missing 'require' or 'eval-when-compile' or somesuch?)
> 
> Often the problem is with packages where you basically have to load
> all/most the files before you can call any of its functions (because of
> mutual dependencies between the files) and where the authors never
> compile the code or only ever compile the code from a running session
> where the files have already been loaded.

Wouldn't local no-native-compile be the proper solutions for those
files?



reply via email to

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