Bug 15567 - speed up hashing const char* by removing call to strlen
Summary: speed up hashing const char* by removing call to strlen
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 11:52 PDT by Darin Adler
Modified: 2007-10-20 10:41 PDT (History)
0 users

See Also:


Attachments
patch (1.73 KB, patch)
2007-10-19 11:57 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
patch (3.38 KB, patch)
2007-10-19 12:02 PDT, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.