emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS codegen


From: Gerd Möllmann
Subject: Re: MPS codegen
Date: Sat, 15 Jun 2024 10:22:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>> The fwd causing the problem should point to Emacs' data segment, not
>> the dump. The variable is a DEFVAR_BOOL.
>
> Sorry, I don't understand what you mean here.  If I can help by
> providing some information from my build here, please elaborate.

DEFVAR_BOOL sets the symbol's value to point to a Lisp_Fwd_Bool which
has a pointer to a varioble in Emacs' data segment.

The variable you showed was, IIRC

  DEFVAR_BOOL ("inhibit-modification-hooks", inhibit_modification_hooks,

It looked to me as if that pointer was bogus.

Doesn't matter much - with Helmut's new dump loading code everything
will change from the ground up again anyway :-).



reply via email to

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