[Webkit-unassigned] [Bug 109669] New: Orphan external arrays doesn't trigger garbage collection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 00:50:44 PST 2013


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

           Summary: Orphan external arrays doesn't trigger garbage
                    collection
           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: yurys at chromium.org
                CC: abarth at webkit.org, loislo at chromium.org,
                    alph at chromium.org


User's code can create several short-living external arrays that could occupy a lot of memory. Even if all references to the objects are cleared the external arrays may not be collected for a long time until the major GC. We may want to change the way GC is triggered to take into account size of external array data.

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