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+

Description Darin Adler 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.
Comment 1 Darin Adler 2008-01-13 09:58:19 PST
Created attachment 18423 [details]
patch
Comment 2 Eric Seidel (no email) 2008-01-13 11:07:42 PST
Comment on attachment 18423 [details]
patch

r=me
Comment 3 Darin Adler 2008-01-13 11:20:11 PST
Committed revision 29452.