emacs-devel
[Top][All Lists]
Advanced

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

Re: Opportunistic garbage collection


From: Stefan Monnier
Subject: Re: Opportunistic garbage collection
Date: Thu, 25 Apr 2019 08:49:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> >        /* If there is still no input available, ask for GC.  */
>> >        if (!detect_input_pending_run_timers (0))
>> > -  maybe_gc ();
>> > +  maybe_gc (); /* FIXME: Why?  */
>> >      }
>> If we don't know why, let's get rid of it....
> We know why, we just think this actually causes GC only very rarely.

Indeed, I kept it because I'm not 100% sure I understand it enough to
remove it.


        Stefan



reply via email to

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