[Webkit-unassigned] [Bug 166626] New: DeferGC::~DeferGC should be super cheap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 30 17:11:06 PST 2016


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

            Bug ID: 166626
           Summary: DeferGC::~DeferGC should be super cheap
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Right now, it requires running the collector's full collectIfNecessaryOrDefer() hook, which is super big.

The right thing for it to do is to check a boolean to see if collectIfNecessaryOrDefer() had ever deferred.

-- 
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/20161231/5060d64d/attachment.html>


More information about the webkit-unassigned mailing list