RESOLVED FIXED180876
YARR: JIT RegExps with non-greedy parenthesized sub patterns
https://bugs.webkit.org/show_bug.cgi?id=180876
Summary YARR: JIT RegExps with non-greedy parenthesized sub patterns
Michael Saboff
Reported 2017-12-15 11:32:27 PST
We currently do not JIT code for patterns like /(a)*?(b)*?/. Instead we handle those in the YARR interpreter which is much slower.
Attachments
Patch (18.70 KB, patch)
2018-08-23 18:25 PDT, Michael Saboff
fpizlo: review+
Michael Saboff
Comment 1 2017-12-15 11:32:51 PST
Michael Saboff
Comment 2 2018-08-23 18:25:24 PDT
Michael Saboff
Comment 3 2018-08-24 11:22:32 PDT
Note You need to log in before you can comment on or make changes to this bug.