[Webkit-unassigned] [Bug 188895] New: YARR: Need to JIT compile a RegExp before using containsNestedSubpatterns flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 11:33:35 PDT 2018


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

            Bug ID: 188895
           Summary: YARR: Need to JIT compile a RegExp before using
                    containsNestedSubpatterns flag
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

There is a slight bug in the RegExp JIT code where we use the m_containsNestedSubpatterns before the JIT compilation has set it.  The result is that this limits somewhat the regexps that can take advantage of JIT'ed greedy sub patterns.

-- 
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/20180823/14c519b0/attachment.html>


More information about the webkit-unassigned mailing list