emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS make-thread


From: Gerd Möllmann
Subject: Re: MPS make-thread
Date: Fri, 21 Jun 2024 18:46:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Helmut Eller <eller.helmut@gmail.com> writes:

> On Fri, Jun 21 2024, Gerd Möllmann wrote:
>
>> It's the xfree in run_thread here:
>>
>>     struct handler *c, *c_next;
>>     for (c = handlerlist_sentinel; c; c = c_next)
>>       {
>>      c_next = c->nextfree;
>>      xfree (c);
>>       }
>>
>> c is an MPS objects. I can fix that later after verifying that all
>> handlers are now in MPS.
>
> I think current_thread and all_threads also need to be roots.

Ok, thanks.

>
>>  Unless someone(tm) is quicker, of course.
>
> I'll delay looking at threads until native compilation works :-)

I thought native comp works for you?



reply via email to

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