[Webkit-unassigned] [Bug 128185] New: (try)append and insert operations don't need new operator for PODs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 08:42:23 PST 2014


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

           Summary: (try)append and insert operations don't need new
                    operator for PODs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: w.bielawski at samsung.com


append, tryAppend and insert uses operator new to copy data from src to dest. For POD types it is unefficient.

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