[Webkit-unassigned] [Bug 180874] New: YARR: JIT RegExps with back references
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 15 11:30:58 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180874
Bug ID: 180874
Summary: YARR: JIT RegExps with back references
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
Currently, patterns with back references, e.g. /(a)\1/, are not supported in the Yarr JIT. We should add support for some or all back references. It should be straightforward to support back references without case folding. JIT support for case folding with 8 bit characters shouldn't be to hard as the case folding table is a reasonable size. JIT support of 16-bit and/or Unicode patterns will require calling out to C++ for case folding.
--
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/40eeae0c/attachment.html>
More information about the webkit-unassigned
mailing list