[Webkit-unassigned] [Bug 44777] New: Add an ENABLE define for purgeable memory support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 09:52:36 PDT 2010


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

           Summary: Add an ENABLE define for purgeable memory support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com


We current enable purgeable memory in PurgeableBufferMac.cpp via this if check

#ifndef BUILDING_ON_TIGER

and we disable it in PurgeableBuffer.h by doing

#if !OS(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT) || PLATFORM(GTK)

It would be better to have an ENABLE macro that we can define in Platform.h so we could simply use something like #if ENABLE(PURGEABLE_MEMORY)

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