[Webkit-unassigned] [Bug 11908] New: WebKit spends 40% of its time displaying "bamboo.svg" executing Regexes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 21 05:16:14 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11908

           Summary: WebKit spends 40% of its time displaying "bamboo.svg"
                    executing Regexes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: macdome at opendarwin.org


WebKit spends 40% of its time displaying "bamboo.svg" executing Regexes

This function:
bool SVGTransformable::parseTransformAttribute(SVGTransformList* list, const
AtomicString& transform)

Uses a regex for parsing.  Ick.

that's eating 40% of our time while parsing, at least when displaying
bamboo.svg  I think a simpler, custom parser is in order.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list