emacs-devel
[Top][All Lists]
Advanced

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

Re: Opportunistic garbage collection


From: Eli Zaretskii
Subject: Re: Opportunistic garbage collection
Date: Thu, 25 Apr 2019 09:27:30 +0300

> From: Paul Eggert <address@hidden>
> Date: Wed, 24 Apr 2019 17:17:45 -0700
> Cc: address@hidden
> 
> >        /* 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.



reply via email to

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