Bug 20120

Summary: Slow valueAsString() implementations
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Nikolas Zimmermann
Reported 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.
Attachments
Eric Seidel (no email)
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.