Bug 139692 - Enable FastMalloc in debug builds
Summary: Enable FastMalloc in debug builds
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-12-16 12:20 PST by Geoffrey Garen
Modified: 2014-12-16 12:34 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2014-12-16 12:25 PST, Geoffrey Garen
ap: 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-12-16 12:20:59 PST
Enable FastMalloc in debug builds
Comment 1 Geoffrey Garen 2014-12-16 12:25:06 PST
Created attachment 243375 [details]
Patch
Comment 2 Alexey Proskuryakov 2014-12-16 12:29:16 PST
Comment on attachment 243375 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243375&action=review

> Source/WTF/wtf/FastMalloc.cpp:109
> +#if !(defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC)
>  #define FORCE_SYSTEM_MALLOC 0

Perhaps these use/force macros can be simplified now, too.
Comment 3 Geoffrey Garen 2014-12-16 12:34:57 PST
Committed r177383: <http://trac.webkit.org/changeset/177383>