[Webkit-unassigned] [Bug 138549] Remove BloomFilter size limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 9 15:38:20 PST 2014


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

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
I just removed the assert as it is unlikely anyone would try to create anything close to a 4GB filter.

I think we get sensible slot spread without any code changes. It is not entirely symmetric anymore, first slot uses the entire table while second is the lowest 2^16 slots. However there are only 16 unique bits per slot in the key anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141109/1312ca3b/attachment-0002.html>


More information about the webkit-unassigned mailing list