WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
180876
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2017-12-15 11:32:51 PST
<
rdar://problem/36077587
>
Michael Saboff
Comment 2
2018-08-23 18:25:24 PDT
Created
attachment 347983
[details]
Patch
Michael Saboff
Comment 3
2018-08-24 11:22:32 PDT
Committed
r235322
: <
https://trac.webkit.org/changeset/235322
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug