[Webkit-unassigned] [Bug 42392] New: Replace qMemCopy() usage with memcpy().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 12:10:57 PDT 2010


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

           Summary: Replace qMemCopy() usage with memcpy().
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: viroteck at viroteck.net


Created an attachment (id=61700)
 --> (https://bugs.webkit.org/attachment.cgi?id=61700)
patch replacing qMemCopy -> memcpy

Usage of memcpy() directly allows compilers to optimise more.

qMemCopy() exists to allow usage in headers.

See related Qt merge request at: http://qt.gitorious.org/qt/qt/merge_requests/2430

Patch attach.

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