WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2008-01-13 09:58:19 PST
Created
attachment 18423
[details]
patch
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.
Top of Page
Format For Printing
XML
Clone This Bug