[Webkit-unassigned] [Bug 80505] Linux has madvise enough to support OSAllocator::commit/decommit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 13:27:45 PDT 2012


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





--- Comment #6 from Patrick R. Gansterer <paroga at paroga.com>  2012-03-15 13:27:44 PST ---
(From update of attachment 130587)
View in context: https://bugs.webkit.org/attachment.cgi?id=130587&action=review

> Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp:145
> +    madvise(address, bytes, MADV_DONTNEED);

what's the difference between this line and the line guarded with HAVE(MADV_DONTNEED)? can't we merge them or at least follow the "style" of the other lines?

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