Bug 142049 - bmalloc: Refactored SegregatedFreeList and BoundaryTag::init
Summary: bmalloc: Refactored SegregatedFreeList and BoundaryTag::init
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 11:48 PST by Geoffrey Garen
Modified: 2015-02-26 12:47 PST (History)
3 users (show)

See Also:


Attachments
Patch (37.09 KB, patch)
2015-02-26 11:50 PST, Geoffrey Garen
andersca: 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 11:48:33 PST
bmalloc: Refactored SegregatedFreeList and BoundaryTag::init
Comment 1 Geoffrey Garen 2015-02-26 11:50:00 PST
Created attachment 247435 [details]
Patch
Comment 2 WebKit Commit Bot 2015-02-26 11:51:34 PST
Attachment 247435 [details] did not pass style-queue:


ERROR: Source/bmalloc/bmalloc/VMHeap.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/bmalloc/bmalloc/FreeList.cpp:26:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
ERROR: Source/bmalloc/bmalloc/FreeList.cpp:28:  Found header this file implements after other header. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 3 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2015-02-26 12:05:30 PST
Committed r180693: <http://trac.webkit.org/changeset/180693>
Comment 4 Csaba Osztrogonác 2015-02-26 12:42:23 PST
(In reply to comment #3)
> Committed r180693: <http://trac.webkit.org/changeset/180693>

mac build fixed by http://trac.webkit.org/changeset/180694
Comment 5 Csaba Osztrogonác 2015-02-26 12:42:44 PST
(In reply to comment #3)
> Committed r180693: <http://trac.webkit.org/changeset/180693>

cmake build fixed by http://trac.webkit.org/changeset/180695
Comment 6 Csaba Osztrogonác 2015-02-26 12:47:34 PST
Just out of curiosity, why is it funny to break the build, 
because you don't have 5-10 minutes for EWS bots?

And one more question: Is the WK2 owner model is valid from the 
brand new bmalloc too? If no, please don't break the build. Thanks.