Bug 5161

Summary: move HashMap/HashSet code down to JavaScriptCore
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: WebKit Misc.Assignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
do it (also renamed HashMap::insert to HashMap::set for clarity) mjs: review+

Description Maciej Stachowiak 2005-09-27 23:47:06 PDT
HashSet and HashMap should be moved down to JavaScriptCore so we can have a single hashtable 
implementation to meet all our hashing needs.
Comment 1 Maciej Stachowiak 2005-09-28 01:44:39 PDT
Created attachment 4076 [details]
do it (also renamed HashMap::insert to HashMap::set for clarity)

I measured and found no JS iBench or cvs-base performance regressions with this
patch.
Comment 2 Maciej Stachowiak 2005-09-28 15:17:51 PDT
Comment on attachment 4076 [details]
do it (also renamed HashMap::insert to HashMap::set for clarity)

Eric said ok to this.