emacs-devel
[Top][All Lists]
Advanced

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

Re: Enabling native compilation by default when libgccjit is present


From: Stefan Monnier
Subject: Re: Enabling native compilation by default when libgccjit is present
Date: Thu, 09 Dec 2021 08:14:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen [2021-12-09 06:27:15] wrote:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> Such warnings usually imply real errors (the resulting file will not
>> work properly because it contains code that "calls" a macro as if it
>> were a function (i.e. after have evaluated the arguments)).
> Usually yes, but not for my init file because it is always loaded when I
> compile it.

I wouldn't be so sure: if you see the warning, it normally means
that the file *has been* miscompiled (not "might be").
If the file had been loaded in the Emacs instance that compiled the
file, then you wouldn't have had such a warning.


        Stefan




reply via email to

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