Bug 262735 - Avoid heap-allocating a new BackingStoreFlusher for each RemoteLayerTreeDrawingArea::updateRendering() call
Summary: Avoid heap-allocating a new BackingStoreFlusher for each RemoteLayerTreeDrawi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-05 14:26 PDT by Chris Dumez
Modified: 2023-10-05 20:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2023-10-05 14:28:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18721
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2023-10-05 20:03:20 PDT
<rdar://problem/116557105>