emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

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