RESOLVED FIXED 16861
get rid of unnecessary string copying
https://bugs.webkit.org/show_bug.cgi?id=16861
Summary get rid of unnecessary string copying
Darin Adler
Reported 2008-01-13 09:48:03 PST
After StringImpl was made immutable, there are still some remaining callers that were making copies of strings for no reason. The only valid reason nowadays is thread safety.
Attachments
patch (13.47 KB, patch)
2008-01-13 09:58 PST, Darin Adler
eric: review+
Darin Adler
Comment 1 2008-01-13 09:58:19 PST
Eric Seidel (no email)
Comment 2 2008-01-13 11:07:42 PST
Comment on attachment 18423 [details] patch r=me
Darin Adler
Comment 3 2008-01-13 11:20:11 PST
Committed revision 29452.
Note You need to log in before you can comment on or make changes to this bug.