Bug 147569

Summary: [WK2][NetworkCache] Do not munmap() on the main thread
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.