[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enabling native compilation by default when libgccjit is present
From: |
Eli Zaretskii |
Subject: |
Re: Enabling native compilation by default when libgccjit is present |
Date: |
Wed, 08 Dec 2021 14:52:37 +0200 |
> From: Michael Heerdegen <michael_heerdegen@web.de>
> Cc: emacs-devel@gnu.org
> Date: Wed, 08 Dec 2021 03:31:57 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > You get additional warnings because each of the *.el files is compiled
> > in a separate Emacs process, which starts from a clean state. By
> > contrast, it may be the case that your code says something like
> >
> > (require 'foo)
> > ....
> > (require 'bar)
> >
> > and 'bar' uses some stuff in 'foo' under the assumption that 'foo' is
> > always loaded before 'bar'. Since native-compilation will compile
> > 'foo' and 'bar' separately, it will emit warnings.
>
> So `foo' requiring `bar' is enough?
In most cases, yes. Or using the various autoload forms.
> Is this information unobvious enough to be added as a note to the
> manual text describing native compilation? Now is seems obvious to me
> but yesterday it wasn't.
As Robert points out, we just added it.
- Re: Enabling native compilation by default when libgccjit is present, (continued)
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/03
- Re: Enabling native compilation by default when libgccjit is present, Eli Zaretskii, 2021/12/04
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/06
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/07
- Re: Enabling native compilation by default when libgccjit is present, Eli Zaretskii, 2021/12/07
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/07
- Re: Enabling native compilation by default when libgccjit is present, Robert Pluim, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present,
Eli Zaretskii <=
- Re: Enabling native compilation by default when libgccjit is present, Andreas Schwab, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present, Eli Zaretskii, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present, Stefan Monnier, 2021/12/08
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/09
- Re: Enabling native compilation by default when libgccjit is present, Andrea Corallo, 2021/12/09
- Re: Enabling native compilation by default when libgccjit is present, Stefan Monnier, 2021/12/09
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/09
- Re: Enabling native compilation by default when libgccjit is present, Michael Heerdegen, 2021/12/09
- Re: Enabling native compilation by default when libgccjit is present, Eli Zaretskii, 2021/12/10