Update irregexp to new version d970d6a80bc38513b884b71e46cf37972516173f from 2024-02-22 00:00:00
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | affected |
People
(Reporter: update-bot, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: FYUmFLsBQkWScCyGo_FgMA])
This update covers 3757 commits, including 144 new upstream commits I've never filed a bug on before. (They're the top 144.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 --
js/src/irregexp/imported/regexp-ast.cc | 23 +-
js/src/irregexp/imported/regexp-ast.h | 42 +-
js/src/irregexp/imported/regexp-bytecode-generator.cc | 2 +-
js/src/irregexp/imported/regexp-bytecode-peephole.cc | 4 +-
js/src/irregexp/imported/regexp-compiler-tonode.cc | 99 ++-
js/src/irregexp/imported/regexp-compiler.cc | 43 +-
js/src/irregexp/imported/regexp-compiler.h | 8 +-
js/src/irregexp/imported/regexp-dotprinter.cc | 4 +
js/src/irregexp/imported/regexp-interpreter.cc | 84 +-
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 70 +-
js/src/irregexp/imported/regexp-macro-assembler.h | 23 +-
js/src/irregexp/imported/regexp-nodes.h | 18 +-
js/src/irregexp/imported/regexp-parser.cc | 393 ++++++++++++-----
js/src/irregexp/imported/regexp.h | 12 +-
js/src/irregexp/imported/special-case.h | 10 -
js/src/irregexp/moz.yaml | 4 +-
18 files changed, 526 insertions(+), 374 deletions(-)
| Reporter | ||
Comment 1•2 years ago
|
||
| FYUmFLsBQkWScCyGo_FgMA | ||
Updatebot encountered an error while trying to submit to try.
Updatebot will be unable to do anything more for this library version.
| Reporter | ||
Comment 2•2 years ago
|
||
| UjGMG4V9TxmCs9yVwCv46Q | ||
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•2 years ago
|
Description
•