Bug 142058

Summary: bmalloc: Pathological madvise churn on the free(malloc(x)) benchmark
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Geoffrey Garen 2015-02-26 14:46:26 PST
bmalloc: Pathological madvise churn on the free(malloc(x)) benchmark
Comment 1 Geoffrey Garen 2015-02-27 15:57:21 PST
Created attachment 247569 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-27 15:59:33 PST
Attachment 247569 [details] did not pass style-queue:


ERROR: Source/bmalloc/bmalloc/BoundaryTag.h:88:  Please declare enum bitfields as unsigned integral types.  [runtime/enum_bitfields] [5]
Total errors found: 1 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2015-02-27 16:18:27 PST
Comment on attachment 247569 [details]
Patch

r=me
Comment 4 Geoffrey Garen 2015-02-27 16:29:39 PST
Committed r180797: <http://trac.webkit.org/changeset/180797>
Comment 5 Ryosuke Niwa 2015-02-27 17:46:57 PST
Landed an EFL build fix in https://trac.webkit.org/changeset/180805.
Comment 6 Ryosuke Niwa 2015-02-27 17:53:36 PST
(In reply to comment #5)
> Landed an EFL build fix in https://trac.webkit.org/changeset/180805.

Oops, I had a typo. Fixed it in https://trac.webkit.org/changeset/180806.