[Webkit-unassigned] [Bug 77013] [BlackBerry] Implement OSAllocator::commit/decommit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 09:25:50 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=77013





--- Comment #17 from Yong Li <yoli at rim.com>  2012-06-13 09:25:49 PST ---
(In reply to comment #16)
> Ah ok,
> 
> so maybe we should change this block:
> 
> #if PLATFORM(BLACKBERRY)
> #define USE_SYSTEM_MALLOC 1
> #define WTF_USE_MERSENNE_TWISTER_19937 1
> #define WTF_USE_SKIA 1
> #endif
> 
> to use 
> 
> #if OS(QNX) || PLATFORM(BLACKBERRY)
> ...
> #endif
> 
> ? What do you think?

Not sure for the other 2. But it is OK to always use USE_SYSTEM_MALLOC on QNX. Yeah, this is the option 3 :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list