RESOLVED FIXED 136843
bmalloc: allocate small and medium objects using the same bump pointer class
https://bugs.webkit.org/show_bug.cgi?id=136843
Summary bmalloc: allocate small and medium objects using the same bump pointer class
Geoffrey Garen
Reported 2014-09-15 16:12:15 PDT
bmalloc: allocate small and medium objects using the same bump pointer class
Attachments
Patch (24.55 KB, patch)
2014-09-15 16:17 PDT, Geoffrey Garen
barraclough: review+
Geoffrey Garen
Comment 1 2014-09-15 16:17:36 PDT
Gavin Barraclough
Comment 2 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?
Geoffrey Garen
Comment 3 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.
Geoffrey Garen
Comment 4 2014-09-15 19:24:45 PDT
Note You need to log in before you can comment on or make changes to this bug.