emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS GC and its implications


From: Helmut Eller
Subject: Re: MPS GC and its implications
Date: Fri, 03 May 2024 14:28:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

>> Memory barriers could be used for synchronization.  When the mutator
>> hits a barrier, it executes the signal handler.  The signal handler asks
>> the collector what to do.  Essentially synchronizing those two.
>
> If this happens, I should have seen GDB intercept the exception and
> kick in.  But it doesn't.  (It also would have slowed the program
> quite a lot, I think.)

Don't call igc--collect and do something to generate enough garbage.
Then you'll see it.



reply via email to

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