[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: |
Mon, 04 Oct 2021 22:51:14 +0300 |
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: "T.V Raman" <raman@google.com>, cpitclaudel@gmail.com,
> emacs-devel@gnu.org
> Date: Mon, 04 Oct 2021 15:18:30 -0400
>
> > Why do you assume that starting from .elc will have fewer problems
> > than starting from .el?
>
> Converting a `.elc` file to a `.eln` file can be done by a pure function
> with no need for any extra information.
I very much doubt that.
> In contrast, converting a `.el` to a `.elc` or `.eln` requires extra
> information (typically extra files that define macros and functions used
> during macro expansion, plus `load-path` settings to find those files, or
> commands to load those files, sometimes in a particular order).
I have no reason to believe that the problems we see with native
compilation are related to these aspects. Do you have evidence of
that?
- More reliable byte compilation, take 45, Lars Ingebrigtsen, 2021/10/04
- Re: More reliable byte compilation, take 45, Clément Pit-Claudel, 2021/10/04
- Re: More reliable byte compilation, take 45, Lars Ingebrigtsen, 2021/10/04
- Re: More reliable byte compilation, take 45, T.V Raman, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45,
Eli Zaretskii <=
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/05
- Re: More reliable byte compilation, take 45, Adam Porter, 2021/10/05
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
Re: More reliable byte compilation, take 45, Steingold, 2021/10/04