RESOLVED FIXED 259433
Allocating a new IPC::Semaphore for each RemoteImageBufferProxy::flushDrawingContextAsync adds significant overhead
https://bugs.webkit.org/show_bug.cgi?id=259433
Summary Allocating a new IPC::Semaphore for each RemoteImageBufferProxy::flushDrawing...
Matt Woodrow
Reported 2023-07-23 15:40:52 PDT
We currently allocate a new Semaphore for every buffer flush, we should be able to recycle them.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-23 15:41:02 PDT
Matt Woodrow
Comment 2 2023-07-23 15:47:55 PDT
EWS
Comment 3 2023-07-24 15:09:47 PDT
Committed 266265@main (80f6e24ca1d1): <https://commits.webkit.org/266265@main> Reviewed commits have been landed. Closing PR #16026 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.