RESOLVED FIXED 5161
move HashMap/HashSet code down to JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=5161
Summary move HashMap/HashSet code down to JavaScriptCore
Maciej Stachowiak
Reported 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.
Attachments
do it (also renamed HashMap::insert to HashMap::set for clarity) (133.57 KB, patch)
2005-09-28 01:44 PDT, Maciej Stachowiak
mjs: review+
Maciej Stachowiak
Comment 1 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.
Maciej Stachowiak
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.