Bug 20671

Summary: JavaScriptCore string manipulation spends too much time in memcpy
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch sam: review+

Darin Adler
Reported 2008-09-05 12:28:46 PDT
I was poking around and discovered that we spent so much time in memcpy that doing a little micro-optimization will help.
Attachments
patch (11.72 KB, patch)
2008-09-05 12:34 PDT, Darin Adler
sam: review+
Darin Adler
Comment 1 2008-09-05 12:34:53 PDT
Darin Adler
Comment 2 2008-09-05 14:51:39 PDT
Committed revision 36117.
Note You need to log in before you can comment on or make changes to this bug.