emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: profiler


From: Ihor Radchenko
Subject: Re: MPS: profiler
Date: Fri, 21 Jun 2024 11:20:53 +0000

Eli Zaretskii <eliz@gnu.org> writes:

>> Unless I miss something, SIGPROF handler cannot touch the arena to park
>> it or it will lead to problems exactly like the one I encountered.
>
> That depends on what you mean by "park the arena".

I meant mps_arena_park() as described in
https://memory-pool-system.readthedocs.io/en/latest/guide/lang.html#tidying-up

mps_arena_park(arena);        /* ensure no collection is running */

This is the only meaning of park I can see in the docs.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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