[Webkit-unassigned] [Bug 249284] New: Use ThreadSafeObjectHeap to transfer RemoteImageBuffers between WorkQueues
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 13 19:22:33 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249284
Bug ID: 249284
Summary: Use ThreadSafeObjectHeap to transfer
RemoteImageBuffers between WorkQueues
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattwoodrow at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
We're currently dispatching messages between WorkQueue, which has indeterminate order WRT IPC messages. Using ThreadSafeObjectHeap should let us store and retrieve the references directly, without waiting in queues.
--
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/20221214/a626ae68/attachment.htm>
More information about the webkit-unassigned
mailing list