emacs-devel
[Top][All Lists]
Advanced

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

Re: Garbage collector: is 800kb a good default?


From: Stefan Monnier
Subject: Re: Garbage collector: is 800kb a good default?
Date: Thu, 09 Apr 2020 15:05:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Maybe it would be possible to garbage collect in chunks and check
> after each chunk for input?

It's called "incremental GC".  XEmacs does it this way.  It'd be nice
to have, indeed.  It's often not too hard to go from "incremental" to
"concurrent", tho, so I think if we want to go there we should aim for
a concurrent GC.


        Stefan




reply via email to

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