Bug 165043 - MemoryPressureHandler should only trigger synchronous GC on iOS
Summary: MemoryPressureHandler should only trigger synchronous GC on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Performance
Depends on:
Blocks:
 
Reported: 2016-11-23 05:04 PST by Andreas Kling
Modified: 2016-11-25 06:59 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2016-11-23 05:06 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2016-11-23 05:04:45 PST
<rdar://problem/29312684>
Comment 1 Andreas Kling 2016-11-23 05:06:51 PST
Created attachment 295367 [details]
Patch
Comment 2 Sam Weinig 2016-11-24 06:49:37 PST
Comment on attachment 295367 [details]
Patch

This seems fine, but it would be better if we could base this on something more live/ runtime data driven. While the use pattern is true for Safari right now, it might not always be and it might not be true of other apps on iOS or Mac using WKWebView.
Comment 3 WebKit Commit Bot 2016-11-25 06:59:22 PST
Comment on attachment 295367 [details]
Patch

Clearing flags on attachment: 295367

Committed r208975: <http://trac.webkit.org/changeset/208975>
Comment 4 WebKit Commit Bot 2016-11-25 06:59:25 PST
All reviewed patches have been landed.  Closing bug.