[Webkit-unassigned] [Bug 62029] New: Cleanup member variable usage in svg/animation classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 10:03:38 PDT 2011


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

           Summary: Cleanup member variable usage in svg/animation classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rwlbuis at gmail.com
                CC: zimmermann at kde.org


There is one case where member var reordering decreases the class instance size, and another one where member vars can be removed since the state does not need to be stored, it is just used once.

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