Bug 142058 - bmalloc: Pathological madvise churn on the free(malloc(x)) benchmark
Summary: bmalloc: Pathological madvise churn on the free(malloc(x)) benchmark
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 14:46 PST by Geoffrey Garen
Modified: 2015-02-27 17:53 PST (History)
2 users (show)

See Also:


Attachments
Patch (34.54 KB, patch)
2015-02-27 15:57 PST, Geoffrey Garen
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.