[Webkit-unassigned] [Bug 180538] New: YARR: JIT RegExps with greedy parenthesized sub patterns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 11:38:21 PST 2017


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

            Bug ID: 180538
           Summary: YARR: JIT RegExps with greedy parenthesized sub
                    patterns
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

We currently do not JIT code for patterns like /(a)*(b)*/.  Instead we handle those in the YARR interpreter which is much slower.

-- 
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/20171207/88932542/attachment.html>


More information about the webkit-unassigned mailing list