[Webkit-unassigned] [Bug 133920] New: Copy SharedBuffer data into IPC message directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 14 15:50:54 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=133920
Summary: Copy SharedBuffer data into IPC message directly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
When Data array callbacks are enabled, we currently merge all the CFDataRefs in SharedBuffer into one contiguous memory buffer before copying into the IPC message. We can avoid the merge into a single buffer here.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list