Bug 141663

Summary: GC (almost) immediately when navigating under memory pressure.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore JavaScriptAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2015-02-16 13:44:42 PST
When we're navigating during system memory pressure conditions, we know that the page isn't going into PageCache, so is basically guaranteed to generate lots of garbage. We should do a full GC to make sure we soften the peak memory consumption during this stage.
Attachments
Patch (5.70 KB, patch)
2015-02-16 14:42 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-02-16 14:42:58 PST
Geoffrey Garen
Comment 2 2015-02-16 16:29:24 PST
Comment on attachment 246685 [details] Patch r=me(tm)
WebKit Commit Bot
Comment 3 2015-02-16 17:06:55 PST
Comment on attachment 246685 [details] Patch Clearing flags on attachment: 246685 Committed r180192: <http://trac.webkit.org/changeset/180192>
WebKit Commit Bot
Comment 4 2015-02-16 17:06:59 PST
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.