[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: STatus of MPS branch
From: |
Gerd Möllmann |
Subject: |
Re: STatus of MPS branch |
Date: |
Sun, 21 Apr 2024 10:45:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> Gerd Möllmann <gerd.moellmann@gmail.com> writes:
>
>> - Run tests with native compilation.
>
> I'm oding that. It currently does not build with native compilation.
>
> Error: native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocation
> containers")
> signal(native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocation
> containers"))
> comp--native-compile("emacs-lisp/bytecomp.el")
>
> which sounds like it could have to do with moving pointers.
Ok, as a starter, there are some Lisp_Object members of comp_t that are
not staticpro'd, so something has to be done for a moving collector.
@Andrea: Don't know, should things like comp_t::driver_options be
staticpro'd for the "normal" GC? If so, things would automatically work
with MPS OOTB.
- Re: STatus of MPS branch, (continued)
Re: STatus of MPS branch, Gerd Möllmann, 2024/04/21
Re: STatus of MPS branch, Gerd Möllmann, 2024/04/21
- Re: STatus of MPS branch,
Gerd Möllmann <=
- Re: STatus of MPS branch, Andrea Corallo, 2024/04/21
- Re: Native compilation on MPS branch, Eli Zaretskii, 2024/04/21
- Re: Native compilation on MPS branch, Gerd Möllmann, 2024/04/21
- Re: Native compilation on MPS branch, Andrea Corallo, 2024/04/21
- Re: Native compilation on MPS branch, Gerd Möllmann, 2024/04/22
- Re: Native compilation on MPS branch, Andrea Corallo, 2024/04/22
- Re: Native compilation on MPS branch, Gerd Möllmann, 2024/04/22
- Re: Native compilation on MPS branch, Gerd Möllmann, 2024/04/23
- Re: Native compilation on MPS branch, Andrea Corallo, 2024/04/23
- Re: Native compilation on MPS branch, Gerd Möllmann, 2024/04/24