Update irregexp to new version 66b4d8dd9906d6bc84ef69476c8e0df96749aa29 from 2023-12-04 00:00:00
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | affected |
People
(Reporter: update-bot, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: WpKOYuylTKCh3BKFvne4lw])
This update covers 2621 commits, including 132 new upstream commits I've never filed a bug on before. (They're the top 132.). Here are the overall diff statistics.
js/src/irregexp/imported/gen-regexp-special-case.cc | 48 -----
js/src/irregexp/imported/regexp-ast.cc | 15 +-
js/src/irregexp/imported/regexp-ast.h | 12 +-
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 | 39 +---
js/src/irregexp/imported/regexp-compiler.cc | 2 +-
js/src/irregexp/imported/regexp-interpreter.cc | 84 ++++----
js/src/irregexp/imported/regexp-interpreter.h | 13 +-
js/src/irregexp/imported/regexp-macro-assembler.cc | 68 ++++---
js/src/irregexp/imported/regexp-macro-assembler.h | 23 +-
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 +-
15 files changed, 229 insertions(+), 262 deletions(-)
| Reporter | ||
Comment 2•2 years ago
|
||
| WpKOYuylTKCh3BKFvne4lw | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=da26f29df9f30cd67752fc820a7fcbfd6e4d974e
| Reporter | ||
Comment 3•2 years ago
|
||
| WpKOYuylTKCh3BKFvne4lw | ||
Updatebot encountered an error while trying to submit to phabricator.
Updatebot will be unable to do anything more for this library version.
| Reporter | ||
Comment 4•2 years ago
|
||
| I2rHGiV7TlyKLHuR2T0gBw | ||
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
•