[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MPS native subrs (was: MPS make-thread)
From: |
Helmut Eller |
Subject: |
MPS native subrs (was: MPS make-thread) |
Date: |
Tue, 25 Jun 2024 20:42:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Sat, Jun 22 2024, Helmut Eller wrote:
>>> I thought native comp works for you?
>
> I haven't tried with the latest dump loading code. I think that needs
> some work for native-comp-units.
Here are some patches for this. I also have some questions:
1) In fix_subr, the &s->intspec.native field should only traced if the
subr is a non-primitive. Because, for primitives, it's a (possibly
non-aligned) char*. Right?
2) In dump_subr, the command_modes field is dumped with dump_field_lv
for non-primitives but for primitives with dump_field_emacs_ptr.
Is this intentional or a bug?
3) In fix_subr, why is the command_modes field only traced if
HAVE_NATIVE_COMP? (Today was the first time I heard of the
command-modes function; still have no clue what it's used for :-)
0001-Add-some-checks-when-dumping-and-when-loading-the-du.patch
Description: Text Data
0002-Support-dumping-native-subrs.patch
Description: Text Data
0003-Only-GUI-versions-have-images-caches.patch
Description: Text Data
- Re: MPS make-thread, (continued)
- Re: MPS make-thread, Gerd Möllmann, 2024/06/22
- Re: MPS make-thread, Eli Zaretskii, 2024/06/22
- Re: MPS make-thread, Ihor Radchenko, 2024/06/22
- Re: MPS make-thread, Eli Zaretskii, 2024/06/22
- Re: MPS make-thread, Ihor Radchenko, 2024/06/22
- Re: MPS make-thread, Helmut Eller, 2024/06/22
- Re: MPS make-thread, Gerd Möllmann, 2024/06/22
- MPS native subrs (was: MPS make-thread),
Helmut Eller <=
- Re: MPS native subrs, Gerd Möllmann, 2024/06/25
- Re: MPS native subrs, Gerd Möllmann, 2024/06/25
- Re: MPS native subrs, Helmut Eller, 2024/06/26
- Re: MPS native subrs, Gerd Möllmann, 2024/06/26
- Re: MPS native subrs, Eli Zaretskii, 2024/06/26
- Re: MPS native subrs, Gerd Möllmann, 2024/06/26
- Re: MPS native subrs, Helmut Eller, 2024/06/26
- Re: MPS native subrs, Gerd Möllmann, 2024/06/26
- Re: MPS native subrs, Eli Zaretskii, 2024/06/26
- Re: MPS native subrs, Eli Zaretskii, 2024/06/26