Bug 136843 - bmalloc: allocate small and medium objects using the same bump pointer class
Summary: bmalloc: allocate small and medium objects using the same bump pointer class
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-09-15 16:12 PDT by Geoffrey Garen
Modified: 2014-09-15 19:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (24.55 KB, patch)
2014-09-15 16:17 PDT, Geoffrey Garen
barraclough: 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-09-15 16:12:15 PDT
bmalloc: allocate small and medium objects using the same bump pointer class
Comment 1 Geoffrey Garen 2014-09-15 16:17:36 PDT
Created attachment 238146 [details]
Patch
Comment 2 Gavin Barraclough 2014-09-15 18:05:00 PDT
Comment on attachment 238146 [details]
Patch

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

r+, but guessing you don't mean to enable in this patch.

> Source/WTF/wtf/FastMalloc.cpp:109
> +#define USE_BMALLOC 1

Was this intentional?
Comment 3 Geoffrey Garen 2014-09-15 19:24:03 PDT
> > Source/WTF/wtf/FastMalloc.cpp:109
> > +#define USE_BMALLOC 1
> 
> Was this intentional?

Sorry for the confusion.

For EWS purposes, I've been submitting patches with bmalloc enabled -- but I'll remove before landing.
Comment 4 Geoffrey Garen 2014-09-15 19:24:45 PDT
Committed r173645: <http://trac.webkit.org/changeset/173645>