Update irregexp to new version 9d51880cdc3850e83a303a6425eafb7b5bb8ccc4 from 2024-01-17 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 1 open bug)
Details
(Whiteboard: [3pl-filed][task_id: FE_PmdrjQluLi3ljEN1lPQ])
Attachments
(1 obsolete file)
This update covers 3175 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 | 17 +-
js/src/irregexp/imported/regexp-ast.h | 23 +-
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 | 86 +++--
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 | 287 +++++++++++------
js/src/irregexp/imported/regexp.h | 12 +-
js/src/irregexp/imported/special-case.h | 10 -
js/src/irregexp/moz.yaml | 4 +-
18 files changed, 417 insertions(+), 339 deletions(-)
| Reporter | ||
Comment 2•2 years ago
|
||
| FE_PmdrjQluLi3ljEN1lPQ | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=1e5adc01162bdc3ad7c86ef477a81fcfa917ff13
| Reporter | ||
Comment 3•2 years ago
|
||
| Reporter | ||
Comment 4•2 years ago
|
||
| d4Aprl44SHak9omEvwdOsg | ||
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-temporal-linux64/debug (ORNozzwRRHuukr-pS4Ic0Q) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (OwqKWMPNT26YVt8vWwYO6w) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (Q6xbecZZTZW2rMKWSkdSKQ) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (QFxzGh4VSkmHO5FWZ4juHQ) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (TKIV54N8TIKWEChIWQAy9w) - new failure not classified
- spidermonkey-sm-package-linux64/opt (a6mESiOAT4eYVG0n8I3ExQ) - new failure not classified
- spidermonkey-sm-pbl-linux64/opt (aAlpYrirQtSiT4sozl7Gpw) - new failure not classified
- hazard-linux64-shell-haz/debug (WQChE4FaSZ2F1bEXqw_3bQ) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (aeCOuf_HSHaAVGAq_jsYNw) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (YPjPKqwsQJaz3XayNueD_A) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (AiafmH9UTvq3mDgqbLj_8A) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (b-qK2-R7TqGsuwBX_S8Thg) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (bDUcEtDoTm-YD1TxQ4b8iQ) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (BUhG1-mrQTaBwB926TkeTA) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (EEXoFe37S0uzc1yPMSU5SA) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (eRhIEY1PTP2ENfs_tkPY9Q) - new failure not classified
- spidermonkey-sm-arm-sim-linux32/debug (etteT1y1Rry73jIGbfGRRw) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (Evlcdb1ATaa5qL2jZhQrvw) - new failure not classified
- spidermonkey-sm-linux64-wasi-pbl/opt (J16cNj3jTLqkFrskpY5rUw) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (KZKTbVknRxONXfSz8tvQOw) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (Lzzsjcj9RgOgw82G0bBcsA) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (M9KxDHcaSKiMH2ENdUF5mA) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (O6PihvkDSAyVoHkOV-nxgw) - new failure not classified
These failures may mean that the library update succeeded; you'll need to review
them yourself and decide. If there are lint failures, you will need to fix them in
a follow-up patch. (Or ignore the patch I made, and recreate it yourself with
./mach vendor js/src/irregexp/moz.yaml.)
In either event, I have done all I can, so you will need to take it from here.
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
| Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Comment 5•2 years ago
|
||
| C2tHf3rSTCKXMmlhXJ1ftA | ||
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
•