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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 11:32:27 PST 2017


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

            Bug ID: 180876
           Summary: YARR: JIT RegExps with non-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/20171215/b783d31c/attachment.html>


More information about the webkit-unassigned mailing list