Update irregexp to new version f36472245b00e0cf70bfa9e86feca3a424c89ba2 from 2023-09-30 00:00:00
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
People
(Reporter: update-bot, Unassigned)
References
Details
(Whiteboard: [3pl-filed][task_id: Ue4DnTZ-S4i_xVwQSrnbzA])
This update covers 1407 commits, including 92 new upstream commits I've never filed a bug on before. (They're the top 92.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 ------
js/src/irregexp/imported/regexp-ast.h | 12 +-
js/src/irregexp/imported/regexp-compiler-tonode.cc | 39 +---
js/src/irregexp/imported/regexp-interpreter.cc | 53 +++---
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 65 ++++---
js/src/irregexp/imported/regexp-macro-assembler.h | 21 +-
js/src/irregexp/imported/regexp-parser.cc | 159 +++++++++++--------
js/src/irregexp/imported/regexp.h | 8 +-
js/src/irregexp/imported/special-case.h | 10 -
js/src/irregexp/moz.yaml | 4 +-
11 files changed, 196 insertions(+), 236 deletions(-)
Reporter | ||
Comment 2•1 year ago
|
||
Ue4DnTZ-S4i_xVwQSrnbzA |
Updatebot encountered an error while trying to submit to try.
Updatebot will be unable to do anything more for this library version.
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Comment 3•1 year ago
|
||
AX_WpIuTQ5irOkNXIB0Jjw |
This bug is being closed because a newer revision of the library is available.
This bug will be marked as a duplicate of it (because although this bug is older, it is superseded by the newer one).
Updated•1 year ago
|
Description
•