[Webkit-unassigned] [Bug 144649] New: [Content Extensions] Limit NFA size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 17:30:30 PDT 2015


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

            Bug ID: 144649
           Summary: [Content Extensions] Limit NFA size
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Right now we’re making an NFA with 249069 nodes.  The NFA uses 100MB of memory.  The DFA uses 241MB of memory.  This is bad.
Limiting the NFA size to 50000 splits this into 7 NFAs.  The largest NFA uses 27MB of memory.  The largest DFA uses 44 MB of memory.  
We could tune the max size later, but we really need a max size.

-- 
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/20150506/ada65a14/attachment.html>


More information about the webkit-unassigned mailing list