Bug 15567

Summary: speed up hashing const char* by removing call to strlen
Product: WebKit Reporter: Darin Adler <darin>
Component: PlatformAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch
none
patch mjs: review+

Description Darin Adler 2007-10-19 11:52:54 PDT
Here's a speed-up I did a while ago.
Comment 1 Darin Adler 2007-10-19 11:57:02 PDT
Created attachment 16735 [details]
patch
Comment 2 Darin Adler 2007-10-19 12:02:13 PDT
Created attachment 16736 [details]
patch
Comment 3 Maciej Stachowiak 2007-10-20 01:55:25 PDT
Comment on attachment 16736 [details]
patch

r=me
Comment 4 Darin Adler 2007-10-20 10:41:03 PDT
Committed revision 26827.