Update irregexp to new version 35b2f70852a91cb8b298f59f773bdbc39f9449dc from 2023-11-20 00:00:00
Categories
(Core :: JavaScript Engine, enhancement, P5)
Tracking
()
People
(Reporter: update-bot, Assigned: iain)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [3pl-filed][task_id: ZhquCsT1QYqiHXUbUutpeQ])
Attachments
(1 obsolete file)
This update covers 2343 commits, including 181 new upstream commits I've never filed a bug on before. (They're the top 181.). 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
|
||
ZhquCsT1QYqiHXUbUutpeQ |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=df87999db2107b319c05d1c0eaa133ed09d1ea32
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Comment 4•2 years ago
|
||
YgHMHgI5QrmK_RsbQ8YmGg |
All jobs completed, we found the following issues.
Known Issues (From Taskcluster):
- spidermonkey-sm-arm-sim-linux32/debug (avhqD4ONSyeShz5nC6A_Gw) - new failure not classified
- spidermonkey-sm-plain-linux32/debug (YFjUmOSTRZaBJ9hBly-QBA) - new failure not classified
- spidermonkey-sm-nojit-linux64/opt (FMPV6_YxSCO5inYVuwJPww) - new failure not classified
- spidermonkey-sm-linux64-wasi-pbl/opt (DZVCBHWISreVEFk2A864LQ) - new failure not classified
- hazard-linux64-shell-haz/debug (Cp6aGaaDR3idsWyGPUhYGQ) - new failure not classified
- spidermonkey-sm-rt-linux64/debug (Z2tQ0HwDRumMUCPCNuS0Fg) - new failure not classified
- spidermonkey-sm-fuzzilli-linux64/debug (cS3OmEXkSv21MG4MBs2gVg) - new failure not classified
- spidermonkey-sm-asan-linux64/opt (LG2OcUZXRS-BUHo1i5z2FA) - new failure not classified
- spidermonkey-sm-package-linux64/opt (SANbZY9ETbG9VyO9hHplzg) - new failure not classified
- spidermonkey-sm-wasm-no-experimental-linux64/debug (c0eYQWK_SsqF_XZEtX4bNA) - new failure not classified
- spidermonkey-sm-linux64-wasi/opt (P19B2oviSJOw9byYO2OdjQ) - new failure not classified
- spidermonkey-sm-gdb-linux64/debug (KRDswLa6RBu8HXR602aTmg) - new failure not classified
- spidermonkey-sm-plain-linux64/debug (BNMmFv8uS0WAj05HAdWbGw) - new failure not classified
- spidermonkey-sm-temporal-linux64/debug (ZWA5-0xGS8emh0eLwxl-Sg) - new failure not classified
- spidermonkey-sm-rootanalysis-linux64/debug (Uh4oPp-4T-6xeRbVkh-j-Q) - new failure not classified
- spidermonkey-sm-tsan-linux64/opt (TCuZ9kKvR-2tIdS27ic0vg) - new failure not classified
- spidermonkey-sm-nonunified-linux64/debug (DAxA2DqGSomlc99aepgV9w) - new failure not classified
- spidermonkey-sm-compacting-linux64/debug (dmNCq-u3QP2RDRX-iz-Xug) - new failure not classified
- spidermonkey-sm-fuzzing-linux64/opt (cQzfldlLTXyi-J9uRDaX7w) - new failure not classified
- spidermonkey-sm-arm64-sim-linux64/debug (TZYEiIGMQCeUMAQNuGmnDw) - new failure not classified
- spidermonkey-sm-plain-linux64/opt (YfqdABvTRjiNApggLfUN2Q) - new failure not classified
- spidermonkey-sm-pbl-linux64/opt (Cs_qYKlyS1KpRfhQpfsWiA) - new failure not classified
- spidermonkey-sm-linux64-wasi-intl/opt (d_7En2XFSje3jy-LND7zpQ) - 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
|
||
KBPuciZ6SauRpsecF9m07g |
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
•