Bug 147569 - [WK2][NetworkCache] Do not munmap() on the main thread
Summary: [WK2][NetworkCache] Do not munmap() on the main thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-03 11:11 PDT by Chris Dumez
Modified: 2015-08-03 12:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2015-08-03 11:15 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-08-03 11:11:20 PDT
Do not munmap() on the main thread for performance reasons and consistency as we already make sure to mmap() on another thread.
Comment 1 Chris Dumez 2015-08-03 11:15:50 PDT
Created attachment 258084 [details]
Patch
Comment 2 Geoffrey Garen 2015-08-03 11:21:35 PDT
Comment on attachment 258084 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-08-03 12:36:19 PDT
Comment on attachment 258084 [details]
Patch

Clearing flags on attachment: 258084

Committed r187753: <http://trac.webkit.org/changeset/187753>
Comment 4 WebKit Commit Bot 2015-08-03 12:36:22 PDT
All reviewed patches have been landed.  Closing bug.