Bug 141543 - [iOS] Refine GC behavior in response to process suspension and memory pressure.
Summary: [iOS] Refine GC behavior in response to process suspension and memory pressure.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 16:41 PST by Andreas Kling
Modified: 2015-02-13 09:39 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2015-02-12 16:46 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 2015-02-12 16:41:45 PST
We should employ slightly different GC strategies when responding to memory pressure vs when trying to minimize web process footprint before being suspended.
Comment 1 Andreas Kling 2015-02-12 16:46:49 PST
Created attachment 246488 [details]
Patch
Comment 2 Geoffrey Garen 2015-02-12 16:47:26 PST
Comment on attachment 246488 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-02-12 16:48:53 PST
Attachment 246488 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/cocoa/MemoryPressureHandlerCocoa.mm:66:  One line control clauses should not use braces.  [whitespace/braces] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Commit Bot 2015-02-13 09:38:57 PST
Comment on attachment 246488 [details]
Patch

Clearing flags on attachment: 246488

Committed r180053: <http://trac.webkit.org/changeset/180053>
Comment 5 WebKit Commit Bot 2015-02-13 09:39:01 PST
All reviewed patches have been landed.  Closing bug.