From: Andrea Corallo <acorallo@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Jens Schmidt <jschmidt4gnu@vodafonemail.de>,
acm@muc.de, yandros@gmail.com, emacs-devel@gnu.org,
luangruo@yahoo.com
Subject: Re: make check produces 25 failures and hangs (bug #65176).
Date: Mon, 14 Aug 2023 03:51:39 -0400 [thread overview]
Message-ID: <yp1wmxyawok.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <838rafcfhc.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 13 Aug 2023 15:07:59 +0300")
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Sun, 13 Aug 2023 12:59:26 +0200
>> Cc: acm@muc.de, yandros@gmail.com, emacs-devel@gnu.org,
>> Po Lu <luangruo@yahoo.com>
>> From: Jens Schmidt <jschmidt4gnu@vodafonemail.de>
>>
>> On 2023-08-12 21:09, Andrea Corallo wrote:
>>
>> > To a very quick look seems to me `comp-subr-trampoline-install' is just
>> > not called as it should. AFAIR it should be called from Ffset, I'm
>> > really wondering what could have happened.
>>
>> Probably because native-comp-enable-subr-trampolines equals nil in an
>> "emacs-master -Q"?
>>
>> When I compare the following snippet from emacs-master/lisp/loadup.el:
>>
>> (when (and (featurep 'native-compile)
>> (equal dump-mode "pdump"))
>> ;; Don't enable this before bootstrap is completed, as the
>> ;; compiler infrastructure may not be usable yet.
>> (setq comp-enable-subr-trampolines t))
>> ^^^^
>>
>> to emacs-29:
>>
>> (when (and (featurep 'native-compile)
>> (equal dump-mode "pdump"))
>> ;; Don't enable this before bootstrap is completed, as the
>> ;; compiler infrastructure may not be usable yet.
>> (setq native-comp-enable-subr-trampolines t))
>> ^^^^^^^^^^^
>
>
> These two are supposed to be aliases (the comp-enable-subr-trampolines
> one is the old name, the other one is the new name).
>
> If the alias is missing, we should restore it, in addition to fixing
> the name we use in startup.el.
Thanks Jens for the analysis and you for the fix.
We have in place the alias, but I guess when the code in loadup is
executed is to early and is maybe not effective?
Best Regards
Andrea
next prev parent reply other threads:[~2023-08-14 7:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 19:18 make check produces 25 failures and hangs (bug #65176) Alan Mackenzie
2023-08-10 19:54 ` chad
2023-08-10 20:14 ` Alan Mackenzie
2023-08-10 20:34 ` Alan Mackenzie
2023-08-10 21:54 ` Jens Schmidt
2023-08-11 5:37 ` Eli Zaretskii
2023-08-11 19:39 ` Jens Schmidt
2023-08-12 0:10 ` Po Lu
2023-08-12 9:30 ` Jens Schmidt
2023-08-12 18:03 ` Andrea Corallo
2023-08-12 19:09 ` Andrea Corallo
2023-08-13 10:59 ` Jens Schmidt
2023-08-13 11:34 ` Alan Mackenzie
2023-08-13 12:07 ` Eli Zaretskii
2023-08-14 7:51 ` Andrea Corallo [this message]
2023-08-14 12:07 ` Eli Zaretskii
2023-08-14 13:38 ` Andrea Corallo
2023-08-14 13:44 ` Eli Zaretskii
2023-08-14 14:13 ` Andrea Corallo
2023-08-14 14:52 ` Alan Mackenzie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yp1wmxyawok.fsf@fencepost.gnu.org \
--to=acorallo@gnu.org \
--cc=acm@muc.de \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=jschmidt4gnu@vodafonemail.de \
--cc=luangruo@yahoo.com \
--cc=yandros@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.