Bug 131658

Summary: Use 4kB pages on Mac
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, dbates, kling, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Geoffrey Garen 2014-04-14 18:48:10 PDT
Use 4kB pages on Mac
Comment 1 Geoffrey Garen 2014-04-14 18:49:47 PDT
Created attachment 229335 [details]
Patch
Comment 2 Geoffrey Garen 2014-04-14 19:44:32 PDT
Committed r167289: <http://trac.webkit.org/changeset/167289>
Comment 3 Daniel Bates 2014-08-12 10:17:03 PDT
(In reply to comment #2)
> Committed r167289: <http://trac.webkit.org/changeset/167289>

The iOS-specific code in this changeset isn't being compiled into an iOS build because BPLATFORM(IOS) always evaluates to false regardless of whether we are building bmalloc for iOS. See bug #135843 for more details.