[Webkit-unassigned] [Bug 150137] IdentifierRepHash has a mismatch between hash() and equal()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 13:26:17 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150137

--- Comment #4 from Darin Adler <darin at apple.com> ---
As I recall, we were originally using PtrHash for this purpose (or a similar one in WebCore?) and Gavin changed to use the string hash instead to get a measurable performance boost. But I don’t think the change was to recompute a string hash each time; our strings memoize the result of the string hash function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151015/477f042e/attachment.html>


More information about the webkit-unassigned mailing list