[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?
- Re: MPS: profiler, (continued)
- Re: MPS: profiler, Eli Zaretskii, 2024/06/21
- Re: MPS: profiler, Gerd Möllmann, 2024/06/21
- Re: MPS: profiler, Helmut Eller, 2024/06/21
- Re: MPS: profiler, Ihor Radchenko, 2024/06/21
- Re: MPS: profiler, Helmut Eller, 2024/06/21
- Re: MPS: profiler, Ihor Radchenko, 2024/06/21
- MPS make-thread (was: MPS: profiler), Helmut Eller, 2024/06/21
- Re: MPS make-thread, Gerd Möllmann, 2024/06/21
- Re: MPS make-thread, Gerd Möllmann, 2024/06/21
- Re: MPS make-thread, Helmut Eller, 2024/06/21
- Re: MPS make-thread,
Gerd Möllmann <=
- Re: MPS make-thread, Gerd Möllmann, 2024/06/21
- Re: MPS make-thread, Ihor Radchenko, 2024/06/21
- Re: MPS make-thread, Gerd Möllmann, 2024/06/21
- Re: MPS make-thread, Ihor Radchenko, 2024/06/22
- Re: MPS make-thread, Eli Zaretskii, 2024/06/22
- Re: MPS make-thread, Gerd Möllmann, 2024/06/22
- Re: MPS make-thread, Gerd Möllmann, 2024/06/23
- Re: MPS make-thread, Eli Zaretskii, 2024/06/23
- Re: MPS make-thread, Eli Zaretskii, 2024/06/23
- Re: MPS make-thread, Gerd Möllmann, 2024/06/23