[Webkit-unassigned] [Bug 41055] Simplify hash lookups at RegExp caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 11:59:36 PDT 2010


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





--- Comment #13 from Geoffrey Garen <ggaren at apple.com>  2010-06-28 11:59:35 PST ---
The reason this patch was crashing:

In the case where the cache is full, it reuses the insertion iterator after evicting an item. You can't modify the table while maintaining an iterator into the table.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list