[Webkit-unassigned] [Bug 65438] JSC GC is far too conservative about growing the heap size, particularly on desktop platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 17:18:55 PDT 2011


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





--- Comment #9 from Gavin Barraclough <barraclough at apple.com>  2011-08-01 17:18:55 PST ---
I think that the JSGlobalData are exposing too much state here (and already are), I think we should really just pass an enum value indicating whether this global data is for use by WebCore's main thread, a Worker, the API shared context, or an API allocated context.  The policies used for heap sizes & recursion limits should be encapsulated within JSC.

But I'm not particularly bothered about this right now since we already have ThreadStackType to clean up at some point - we can always revisit this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list