Bug 178033 - Enable RegExp JIT for match only Unicode RegExp's
Summary: Enable RegExp JIT for match only Unicode RegExp's
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-06 15:40 PDT by Michael Saboff
Modified: 2017-10-06 16:21 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2017-10-06 15:46 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2017-10-06 15:40:36 PDT
When I landed the JIT support for Unicode Regular Expressions in https://trac.webkit.org/changeset/221052, I didn't turn it on for match only expressions.
Comment 1 Radar WebKit Bug Importer 2017-10-06 15:44:18 PDT
<rdar://problem/34866122>
Comment 2 Michael Saboff 2017-10-06 15:46:29 PDT
Created attachment 323056 [details]
Patch
Comment 3 JF Bastien 2017-10-06 15:55:21 PDT
Comment on attachment 323056 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2017-10-06 16:21:52 PDT
Comment on attachment 323056 [details]
Patch

Clearing flags on attachment: 323056

Committed r223010: <http://trac.webkit.org/changeset/223010>
Comment 5 WebKit Commit Bot 2017-10-06 16:21:53 PDT
All reviewed patches have been landed.  Closing bug.