Bug 16861

Summary: get rid of unnecessary string copying
Product: WebKit Reporter: Darin Adler <darin>
Component: PlatformAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch eric: review+

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.