Bug 133299 - Turn on the LayerPool for iOS
Summary: Turn on the LayerPool for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 23:26 PDT by Tim Horton
Modified: 2014-05-27 11:36 PDT (History)
1 user (show)

See Also:


Attachments
patch (6.20 KB, patch)
2014-05-27 00:15 PDT, Tim Horton
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-05-26 23:26:14 PDT
It's a pretty huge win in scrolling performance due to reducing IOSurface allocation cost (and it also seems like the IOSurfacePool is doing a comparatively terrible job, so we should reevaluate its usefulness, especially in light of triple buffering).
Comment 1 Tim Horton 2014-05-27 00:15:35 PDT
Created attachment 232115 [details]
patch
Comment 2 Tim Horton 2014-05-27 11:36:25 PDT
http://trac.webkit.org/changeset/169395