Closed
Bug 1187438
Opened 10 years ago
Closed 8 years ago
Also execute global regexp in the jit.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file)
7.49 KB,
patch
|
Details | Diff | Splinter Review |
We don't use the fastpath on ion jit to irregexp jit for global and sticky regexp. This seem to hurt us on octane-regexp. Seems this gives us a 5% increase.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → hv1989
Assignee | ||
Comment 2•10 years ago
|
||
The solution is only possible if the regexp hasn't made the lastIndex unwritable.
Assignee | ||
Comment 3•8 years ago
|
||
Just checked and with the big rewrite it seems we are now doing this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•