[Webkit-unassigned] [Bug 20120] New: Slow valueAsString() implementations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 20 13:48:03 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20120
Summary: Slow valueAsString() implementations
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P3
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zimmermann at kde.org
Various classes (SVGPointList, SVGTransformList, etc..) use dump methods for
"toString" conversion, they use operator+= on a String, instead of choosing the
right string size from the beginning (Vector<UChar, ..> & friends). Needs
fixing.
--
Configure bugmail: https://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