[Webkit-unassigned] [Bug 31051] New: [v8] control external memory retention due to V8 objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 04:33:17 PST 2009


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

           Summary: [v8] control external memory retention due to V8
                    objects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org


There are cases when small V8 handlers (too small to force V8 GC) retain a lot
of DOM objects and thus Chromium could run out of memory even though those
objects are semantic garbage.

This patch adds some checks and if overall memory usage is high, attempts to
release the 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