WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
20120
Slow valueAsString() implementations
https://bugs.webkit.org/show_bug.cgi?id=20120
Summary
Slow valueAsString() implementations
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug