emacs-devel
[Top][All Lists]
Advanced

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

Re: Thanks to those implementing the new GC!


From: Lynn Winebarger
Subject: Re: Thanks to those implementing the new GC!
Date: Wed, 8 May 2024 20:18:05 -0400

On Wed, May 8, 2024, 7:24 PM Richard Stallman <rms@gnu.org> wrote:

  > I very much look forward to the new GC, which will be incremental and
  > take place on a different processor core from most of Emacs, given how
  > most (?all) modern PCs have several cores.  It will be good to use
  > these.

This leads me to wonder what the effect of the new GC will be on a
single-processor machine.  Will Emacs run slower on those with
thw new GC?

That question is sort of ill-posed.  From Gerd's description, MPS is both incremental and multi-threaded/concurrent.  I don't know if the dedicated thread can be disabled, but even without it one would expect to get lower pause times from incremental collection, possibly at the cost of higher total collection times.

Lynn


reply via email to

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