[Webkit-unassigned] [Bug 253133] New: memory pressure handler should call deleteAllCode with PreventCollectionAndDeleteAllCode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 19:43:54 PST 2023


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

            Bug ID: 253133
           Summary: memory pressure handler should call deleteAllCode with
                    PreventCollectionAndDeleteAllCode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

The memory pressure handler currently calls GCController::deleteAllCode(DeleteAllCodeIfNotCollecting), but it turns out we hit the case of a collection being in progress moderately often.  We already do a bunch of blocky work here to get memory usage down, so let's change this to PreventCollectionAndDeleteAllCode to guarantee we can drop all JIT code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230301/ca837f25/attachment.htm>


More information about the webkit-unassigned mailing list