add a new memory pressure API |
|||
Issue descriptionInstead of calling the LowMemoryNotification() API from the memory pressure listener in chromium. we should forward the memory pressure notification to V8. V8 should then take a similar action to when the renderer goes to the background. We might consider to take no action at all if we're in the foreground. We might also consider to use the interrupt system, so the pressure signal can be delivered from any thread, even while JS is executed.
,
Apr 26 2016
,
Apr 26 2016
,
Jul 18 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by hpayer@chromium.org
, Mar 9 2016