[Webkit-unassigned] [Bug 85063] Add low memory check in ExecutableAllocator::underMemoryPressure()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 14:48:35 PDT 2012


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





--- Comment #26 from Yong Li <yong.li.webkit at gmail.com>  2012-05-03 14:48:33 PST ---
Even just releasing JIT memory is still, probably not much, helpful.

The memory pressure handler in WebCore is good, but it could be too late in some cases when webkit thread is very busy in executing JS.

We could check the system memory status before allocating a new JS block, and perform a GC if necessary.

Adding a callback is also a solution, better than nothing, from my point of view.

-- 
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