Bug 253133

Summary: memory pressure handler should call deleteAllCode with PreventCollectionAndDeleteAllCode
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: WebKit Misc.Assignee: Cameron McCormack (:heycam) <heycam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Cameron McCormack (:heycam) 2023-02-28 19:43:54 PST
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.
Comment 1 Radar WebKit Bug Importer 2023-02-28 19:44:21 PST
<rdar://problem/106065668>
Comment 2 Cameron McCormack (:heycam) 2023-02-28 19:47:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/10847
Comment 3 EWS 2023-03-02 03:48:39 PST
Committed 261061@main (69098ebe6b1e): <https://commits.webkit.org/261061@main>

Reviewed commits have been landed. Closing PR #10847 and removing active labels.