[Webkit-unassigned] [Bug 184015] API::SharedJSContext caches its JSContext for at most one second

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 15:47:10 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184015

--- Comment #12 from Geoffrey Garen <ggaren at apple.com> ---
> > > We could also evict the cache on after some number of full GCs where it's
> > > unused.
> > 
> > I don't think there's any mechanism that will cause an idle VM to do full
> > GCs.
> 
> I thought we have a GC timer that occasionally fires?

We have a GC timer. It fires in response to activity. After a VM goes idle, you can expect the GC timer to fire one last time, but you can't expect it to fire a "number" of times -- unless that number is zero or one :P.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180820/29841d23/attachment.html>


More information about the webkit-unassigned mailing list