Summary: | bmalloc: Pathological madvise churn on the free(malloc(x)) benchmark | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> | ||||
Component: | New Bugs | Assignee: | Geoffrey Garen <ggaren> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, rniwa | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Geoffrey Garen
2015-02-26 14:46:26 PST
Created attachment 247569 [details]
Patch
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 on attachment 247569 [details]
Patch
r=me
Committed r180797: <http://trac.webkit.org/changeset/180797> Landed an EFL build fix in https://trac.webkit.org/changeset/180805. (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. |