RESOLVED FIXED 154374
Reduce tiling coverage immediately when memory pressure hits.
https://bugs.webkit.org/show_bug.cgi?id=154374
Summary Reduce tiling coverage immediately when memory pressure hits.
Andreas Kling
Reported Thursday, February 18, 2016 2:41:05 AM UTC
We already reduce tiling coverage to a minimum (only the tiles that intersect the visible rect) during memory pressure. However, this doesn't take effect immediately when we come under pressure, but the next time we flush our compositing state. We should make sure to do it ASAP to avoid some pointless deaths.
Attachments
Patch (5.17 KB, patch)
2016-02-17 18:53 PST, Andreas Kling
no flags
Patch (5.10 KB, patch)
2016-02-17 19:01 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 Thursday, February 18, 2016 2:53:09 AM UTC
WebKit Commit Bot
Comment 2 Thursday, February 18, 2016 2:54:21 AM UTC
Attachment 271613 [details] did not pass style-queue: ERROR: Source/WebCore/platform/MemoryPressureHandler.cpp:34: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3 Thursday, February 18, 2016 3:01:46 AM UTC
WebKit Commit Bot
Comment 4 Thursday, February 18, 2016 11:13:00 AM UTC
Comment on attachment 271614 [details] Patch Clearing flags on attachment: 271614 Committed r196753: <http://trac.webkit.org/changeset/196753>
WebKit Commit Bot
Comment 5 Thursday, February 18, 2016 11:13:04 AM UTC
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.