[Webkit-unassigned] [Bug 134731] New: Make SharedBuffer::append(SharedBuffer*) be smarter about CFData and data arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 8 10:31:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134731

           Summary: Make SharedBuffer::append(SharedBuffer*) be smarter
                    about CFData and data arrays
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com


Currently SharedBuffer::append(SharedBuffer*) copies over all the data from the target SharedBuffer. When the target buffer has a data array or a platform data, we can just keep a reference to that instead of doing a copy.

-- 
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