Bug 131658 - Use 4kB pages on Mac
Summary: Use 4kB pages on Mac
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: 2014-04-14 18:48 PDT by Geoffrey Garen
Modified: 2014-08-12 10:17 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.54 KB, patch)
2014-04-14 18:49 PDT, Geoffrey Garen
sam: 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 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.