[Webkit-unassigned] [Bug 205719] Relax WKContentRuleList rule limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 02:44:18 PST 2020


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

Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com

--- Comment #2 from Maciej Stachowiak <mjs at apple.com> ---
The factors that affect the limit are compile speed for a rule list, memory use for a compiled rule list, and memory use while compiling (if too extreme; we don't want the compile step to result in a memory use kill.

And I guess match speed, but that doesn't impose as strict a constraint.

We could test on more recent hardware to find other reasonable values.

-- 
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/20200219/035594a2/attachment-0001.htm>


More information about the webkit-unassigned mailing list