Bug 20120 - Slow valueAsString() implementations
Summary: Slow valueAsString() implementations
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-20 13:48 PDT by Nikolas Zimmermann
Modified: 2008-10-07 16:45 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2008-07-20 13:48:03 PDT
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.
Comment 1 Eric Seidel (no email) 2008-10-07 16:45:06 PDT
I think unless we have a test case to demonstrate that this is slow we don't need a bug.