RESOLVED FIXED 262735
Avoid heap-allocating a new BackingStoreFlusher for each RemoteLayerTreeDrawingArea::updateRendering() call
https://bugs.webkit.org/show_bug.cgi?id=262735
Summary Avoid heap-allocating a new BackingStoreFlusher for each RemoteLayerTreeDrawi...
Chris Dumez
Reported 2023-10-05 14:26:06 PDT
Avoid heap-allocating a new BackingStoreFlusher for each RemoteLayerTreeDrawingArea::updateRendering() call. Reuse the same BackingStoreFlusher for each call since flushes cannot happen in parallel.
Attachments
Chris Dumez
Comment 1 2023-10-05 14:28:21 PDT
EWS
Comment 2 2023-10-05 20:02:10 PDT
Committed 268962@main (152b2c430626): <https://commits.webkit.org/268962@main> Reviewed commits have been landed. Closing PR #18721 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-10-05 20:03:20 PDT
Note You need to log in before you can comment on or make changes to this bug.