Bug 173604

Summary: Remove no-op calls to purge SQLite caches on memory pressure.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, kling
Priority: P2 Keywords: Performance
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2017-06-20 09:42:46 PDT
Yeah, so _sqlite3_purgeEligiblePagerCacheMemory() does nothing, and hasn't for a long time.
Comment 1 Andreas Kling 2017-06-20 09:44:27 PDT
Created attachment 313409 [details]
Patch
Comment 2 Chris Dumez 2017-06-20 11:11:03 PDT
Comment on attachment 313409 [details]
Patch

r=me :|
Comment 3 Andreas Kling 2017-06-20 11:11:17 PDT
(In reply to Chris Dumez from comment #2)
> Comment on attachment 313409 [details]
> Patch
> 
> r=me :|

Why the face.
Comment 4 WebKit Commit Bot 2017-06-20 11:48:03 PDT
Comment on attachment 313409 [details]
Patch

Clearing flags on attachment: 313409

Committed r218604: <http://trac.webkit.org/changeset/218604>
Comment 5 WebKit Commit Bot 2017-06-20 11:48:05 PDT
All reviewed patches have been landed.  Closing bug.