[Webkit-unassigned] [Bug 99694] New: Refactor SVGAnimationElement's calcMode() and animationMode() for performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 00:45:05 PDT 2012


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

           Summary: Refactor SVGAnimationElement's calcMode() and
                    animationMode() for performance
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org, pdr at google.com


SVGAnimationElement::calcMode() and SVGAnimationElement::animationMode() are a large component in SVG animation profiles. These two functions are incredibly cacheable as they only return data based off of attributes (the only exception being AnimateMotion which depends on a path).

Patch forthcoming.

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