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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 08:36:33 PDT 2012


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





--- Comment #13 from Yong Li <yoli at rim.com>  2012-06-13 08:36:32 PST ---
(In reply to comment #12)
> Hey there,
> 
> I am wondering about the last patch: What QNX are you working on? On QNX6 I cannot find an implementation of MADV_FREE_REUSABLE nor MADV_FREE_REUSE, which you apparently do have, considering that your patch contains:
> 
> #define HAVE_MADV_FREE_REUSE 1
> #define HAVE_MADV_FREE 1 
> 
> With this in, I cannot compile QtWebKit for QNX6, should this maybe be disabled to read #define HAVE_MADV_FREE(_REUSE) 0?

Try this one: http://trac.webkit.org/changeset/111234

QNX doesn't have madv_free/free_reuse. But I want to turn them on so we know where we should add our alternative implementation.

-- 
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