[Webkit-unassigned] [Bug 104280] New: [chromium] Implement and use MemoryPressureHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 11:35:49 PST 2012


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

           Summary: [chromium] Implement and use MemoryPressureHandler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tony at chromium.org
                CC: eric at webkit.org, abarth at webkit.org, peter at chromium.org


Source/WebCore/platform/MemoryPressureHandler.h is for releasing memory when there is memory pressure.  It looks like it's only implemented on OS X and iOS.  Maybe we should implement this for Chromium too?

It looks like we already have some hooks in WebCore/platform/MemoryUsageSupport.h for when we gc in V8, but looks like we can do more here (see all the stuff that gets cleared in MemoryPressureHandler::releaseMemory in the .mm file).

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