Bug 249284
Summary: | Use ThreadSafeObjectHeap to transfer RemoteImageBuffers between WorkQueues | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matt Woodrow
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/7590
Matt Woodrow
This got combined into bug 244830.
*** This bug has been marked as a duplicate of bug 244830 ***