[Webkit-unassigned] [Bug 124999] New: [Texmap] TexturrMapperLayer unnecessary object copying

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 23:07:23 PST 2013


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

           Summary: [Texmap] TexturrMapperLayer unnecessary object copying
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: p.szymanski3 at samsung.com


In C++ it is not a good practice to make copy of objects. Mostly because object copying is not cheap operation for CPU especially if an object is large.

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