[Webkit-unassigned] [Bug 160716] New: Remove the ability to collectAndSweep for an EdenCollection.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 16:19:01 PDT 2016


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

            Bug ID: 160716
           Summary: Remove the ability to collectAndSweep for an
                    EdenCollection.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This functionality was broken, and it was only used by $vm.edenGC().  It's sad that we can't do a synchronous sweep after an edenGC for testing purposes anymore, but as far as I know, this functionality hasn't been used much.  So, I'm removing it for now and switching $vm.edenGC() do the default eden GC behavior which lets the incremental sweeper do the sweeping.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160809/08617f0d/attachment.html>


More information about the webkit-unassigned mailing list