[Webkit-unassigned] [Bug 31415] New: [v8] do not copy data twice when converting short v8 string into WebCore::String

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 09:47:31 PST 2009


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

           Summary: [v8] do not copy data twice when converting short v8
                    string into WebCore::String
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: vitalyr at chromium.org


Using WebCore::String::String(const UChar*, int length) leads to another copy
of data, so we'd better use String::createUninitialized directly

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