From 403029fac9a8a149b467fc1aca77c707e84d3a11 Mon Sep 17 00:00:00 2001 From: emscripten-bot Date: Sat, 12 Sep 2026 10:40:51 +0000 Subject: [PATCH] Update emsdk version from dbd2a169 to 3355ee71 This is an automatic change generated by tools/maint/rebaseline_tests.py --update-emsdk. emsdk version updated: dbd2a169 => 3355ee71 The following revisions were included in this update: ``` - 3355ee71 Roll llvm-project from e471938cf2c9 to a67c8f208e87 (8 revisions) - fb641391 Roll llvm-project from 2eb8c73f47c7 to e471938cf2c9 (41 revisions) - 55e66abd Roll binaryen from 45b6cd96f29e to b7c5ff3c8b4e (2 revisions) - 6bbc3a8f Roll binaryen from cb3586b8763d to 45b6cd96f29e (1 revision) - 2ce4af48 Roll llvm-project from 27d26292f819 to 2eb8c73f47c7 (57 revisions) - 4b32b422 Roll binaryen from 14bdb7f536a9 to cb3586b8763d (2 revisions) - e2095a2f Roll llvm-project from 18ea5b09a249 to 27d26292f819 (52 revisions) - 4db9cb52 Roll llvm-project from c9a1fc8d1dee to 18ea5b09a249 (52 revisions) - fd1ab687 Roll v8 from e1ac1f641ab1 to 603130eea0ed (22 revisions) - 098d4cbd Roll llvm-project from c5a4e6d87b7d to c9a1fc8d1dee (51 revisions) - bbc40349 Roll binaryen from ee098931c69f to 14bdb7f536a9 (2 revisions) - c106923c Roll llvm-project from fc6a6716ed7a to c5a4e6d87b7d (54 revisions) - 84af4a39 Roll binaryen from b872d117f55a to ee098931c69f (1 revision) - eb19f88e Roll emscripten from df49c0066bcf to bc7be4e0c44e (1 revision) - 2dd45a51 Roll llvm-project from e2955810d33e to fc6a6716ed7a (41 revisions) - 9d3c5279 Roll binaryen from 994a5cb99168 to b872d117f55a (1 revision) - 71149235 Roll llvm-project from 4d689e68a8e3 to e2955810d33e (36 revisions) - 1845064d Roll llvm-project from a2e2038fc932 to 4d689e68a8e3 (28 revisions) ``` Full log: https://chromium.googlesource.com/emscripten-releases/+log/dbd2a169..3355ee71 The following (11) test expectation files were updated by running the tests with `--rebaseline`: ``` codesize/test_codesize_cxx_ctors1.json: 153108 => 153150 [+42 bytes / +0.03%] codesize/test_codesize_cxx_ctors2.json: 152514 => 152556 [+42 bytes / +0.03%] codesize/test_codesize_cxx_except.json: 199258 => 199300 [+42 bytes / +0.02%] codesize/test_codesize_cxx_except_wasm.json: 168624 => 168663 [+39 bytes / +0.02%] codesize/test_codesize_cxx_except_wasm_legacy.json: 166484 => 166523 [+39 bytes / +0.02%] codesize/test_codesize_cxx_mangle.json: 265588 => 265630 [+42 bytes / +0.02%] codesize/test_codesize_cxx_noexcept.json: 155018 => 155060 [+42 bytes / +0.03%] codesize/test_codesize_cxx_wasmfs.json: 180124 => 180166 [+42 bytes / +0.02%] codesize/test_codesize_hello_dylink_all.json: 858817 => 858850 [+33 bytes / +0.00%] codesize/test_codesize_minimal_pthreads.json: 26015 => 26022 [+7 bytes / +0.03%] codesize/test_codesize_minimal_pthreads_memgrowth.json: 26474 => 26481 [+7 bytes / +0.03%] Average change: +0.02% (+0.00% - +0.03%) ``` --- test/codesize/test_codesize_cxx_ctors1.json | 8 ++++---- test/codesize/test_codesize_cxx_ctors2.json | 8 ++++---- test/codesize/test_codesize_cxx_except.json | 8 ++++---- test/codesize/test_codesize_cxx_except_wasm.json | 8 ++++---- test/codesize/test_codesize_cxx_except_wasm_legacy.json | 8 ++++---- test/codesize/test_codesize_cxx_mangle.json | 8 ++++---- test/codesize/test_codesize_cxx_noexcept.json | 8 ++++---- test/codesize/test_codesize_cxx_wasmfs.json | 8 ++++---- test/codesize/test_codesize_hello_dylink_all.json | 4 ++-- test/codesize/test_codesize_minimal_pthreads.json | 9 +++++---- .../test_codesize_minimal_pthreads_memgrowth.json | 9 +++++---- test/emsdk_version.txt | 2 +- 12 files changed, 45 insertions(+), 43 deletions(-) diff --git a/test/codesize/test_codesize_cxx_ctors1.json b/test/codesize/test_codesize_cxx_ctors1.json index 0f3d4b4977e09..7f2bfec36f286 100644 --- a/test/codesize/test_codesize_cxx_ctors1.json +++ b/test/codesize/test_codesize_cxx_ctors1.json @@ -1,10 +1,10 @@ { "a.out.js": 19224, "a.out.js.gz": 8124, - "a.out.nodebug.wasm": 133884, - "a.out.nodebug.wasm.gz": 51214, - "total": 153108, - "total_gz": 59338, + "a.out.nodebug.wasm": 133926, + "a.out.nodebug.wasm.gz": 51236, + "total": 153150, + "total_gz": 59360, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_ctors2.json b/test/codesize/test_codesize_cxx_ctors2.json index f722301d313cf..7d52d5aacef6d 100644 --- a/test/codesize/test_codesize_cxx_ctors2.json +++ b/test/codesize/test_codesize_cxx_ctors2.json @@ -1,10 +1,10 @@ { "a.out.js": 19201, "a.out.js.gz": 8107, - "a.out.nodebug.wasm": 133313, - "a.out.nodebug.wasm.gz": 50910, - "total": 152514, - "total_gz": 59017, + "a.out.nodebug.wasm": 133355, + "a.out.nodebug.wasm.gz": 50925, + "total": 152556, + "total_gz": 59032, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_except.json b/test/codesize/test_codesize_cxx_except.json index cd28d5447e7aa..07d10ca693bc1 100644 --- a/test/codesize/test_codesize_cxx_except.json +++ b/test/codesize/test_codesize_cxx_except.json @@ -1,10 +1,10 @@ { "a.out.js": 22917, "a.out.js.gz": 9078, - "a.out.nodebug.wasm": 176341, - "a.out.nodebug.wasm.gz": 58740, - "total": 199258, - "total_gz": 67818, + "a.out.nodebug.wasm": 176383, + "a.out.nodebug.wasm.gz": 58776, + "total": 199300, + "total_gz": 67854, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_except_wasm.json b/test/codesize/test_codesize_cxx_except_wasm.json index d81d0b110efc0..acce5eb08a6f9 100644 --- a/test/codesize/test_codesize_cxx_except_wasm.json +++ b/test/codesize/test_codesize_cxx_except_wasm.json @@ -1,10 +1,10 @@ { "a.out.js": 19023, "a.out.js.gz": 8039, - "a.out.nodebug.wasm": 149601, - "a.out.nodebug.wasm.gz": 56302, - "total": 168624, - "total_gz": 64341, + "a.out.nodebug.wasm": 149640, + "a.out.nodebug.wasm.gz": 56311, + "total": 168663, + "total_gz": 64350, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_except_wasm_legacy.json b/test/codesize/test_codesize_cxx_except_wasm_legacy.json index c56e97bcb3ee7..7d2e3ac6023e4 100644 --- a/test/codesize/test_codesize_cxx_except_wasm_legacy.json +++ b/test/codesize/test_codesize_cxx_except_wasm_legacy.json @@ -1,10 +1,10 @@ { "a.out.js": 19101, "a.out.js.gz": 8065, - "a.out.nodebug.wasm": 147383, - "a.out.nodebug.wasm.gz": 55981, - "total": 166484, - "total_gz": 64046, + "a.out.nodebug.wasm": 147422, + "a.out.nodebug.wasm.gz": 55982, + "total": 166523, + "total_gz": 64047, "sent": [ "_abort_js", "_tzset_js", diff --git a/test/codesize/test_codesize_cxx_mangle.json b/test/codesize/test_codesize_cxx_mangle.json index f47c94f253f74..20aa3b76324a7 100644 --- a/test/codesize/test_codesize_cxx_mangle.json +++ b/test/codesize/test_codesize_cxx_mangle.json @@ -1,10 +1,10 @@ { "a.out.js": 22967, "a.out.js.gz": 9098, - "a.out.nodebug.wasm": 242621, - "a.out.nodebug.wasm.gz": 80965, - "total": 265588, - "total_gz": 90063, + "a.out.nodebug.wasm": 242663, + "a.out.nodebug.wasm.gz": 81001, + "total": 265630, + "total_gz": 90099, "sent": [ "__cxa_begin_catch", "__cxa_end_catch", diff --git a/test/codesize/test_codesize_cxx_noexcept.json b/test/codesize/test_codesize_cxx_noexcept.json index 63a77b2b8131a..2ef1330ea9167 100644 --- a/test/codesize/test_codesize_cxx_noexcept.json +++ b/test/codesize/test_codesize_cxx_noexcept.json @@ -1,10 +1,10 @@ { "a.out.js": 19224, "a.out.js.gz": 8124, - "a.out.nodebug.wasm": 135794, - "a.out.nodebug.wasm.gz": 51836, - "total": 155018, - "total_gz": 59960, + "a.out.nodebug.wasm": 135836, + "a.out.nodebug.wasm.gz": 51852, + "total": 155060, + "total_gz": 59976, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_cxx_wasmfs.json b/test/codesize/test_codesize_cxx_wasmfs.json index e044cfc666707..52ab0fdddf03a 100644 --- a/test/codesize/test_codesize_cxx_wasmfs.json +++ b/test/codesize/test_codesize_cxx_wasmfs.json @@ -1,10 +1,10 @@ { "a.out.js": 6604, "a.out.js.gz": 3154, - "a.out.nodebug.wasm": 173520, - "a.out.nodebug.wasm.gz": 64586, - "total": 180124, - "total_gz": 67740, + "a.out.nodebug.wasm": 173562, + "a.out.nodebug.wasm.gz": 64608, + "total": 180166, + "total_gz": 67762, "sent": [ "__cxa_throw", "_abort_js", diff --git a/test/codesize/test_codesize_hello_dylink_all.json b/test/codesize/test_codesize_hello_dylink_all.json index b193194f47af9..823f5fce3301c 100644 --- a/test/codesize/test_codesize_hello_dylink_all.json +++ b/test/codesize/test_codesize_hello_dylink_all.json @@ -1,7 +1,7 @@ { "a.out.js": 270584, - "a.out.nodebug.wasm": 588233, - "total": 858817, + "a.out.nodebug.wasm": 588266, + "total": 858850, "sent": [ "IMG_Init", "IMG_Load", diff --git a/test/codesize/test_codesize_minimal_pthreads.json b/test/codesize/test_codesize_minimal_pthreads.json index d0651f8052264..19dc620df8f32 100644 --- a/test/codesize/test_codesize_minimal_pthreads.json +++ b/test/codesize/test_codesize_minimal_pthreads.json @@ -1,10 +1,10 @@ { "a.out.js": 6883, "a.out.js.gz": 3422, - "a.out.nodebug.wasm": 19132, - "a.out.nodebug.wasm.gz": 8845, - "total": 26015, - "total_gz": 12267, + "a.out.nodebug.wasm": 19139, + "a.out.nodebug.wasm.gz": 8832, + "total": 26022, + "total_gz": 12254, "sent": [ "a (memory)", "b (exit)", @@ -133,6 +133,7 @@ "$emscripten_proxy_sync_with_ctx", "$emscripten_stack_get_current", "$emscripten_stack_set_limits", + "$emscripten_thread_mailbox_unref", "$free_ctx", "$get_or_add_tasks_for_thread", "$get_tasks_for_thread", diff --git a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json index c258456676ca6..71575e6458fb6 100644 --- a/test/codesize/test_codesize_minimal_pthreads_memgrowth.json +++ b/test/codesize/test_codesize_minimal_pthreads_memgrowth.json @@ -1,10 +1,10 @@ { "a.out.js": 7341, "a.out.js.gz": 3639, - "a.out.nodebug.wasm": 19133, - "a.out.nodebug.wasm.gz": 8846, - "total": 26474, - "total_gz": 12485, + "a.out.nodebug.wasm": 19140, + "a.out.nodebug.wasm.gz": 8833, + "total": 26481, + "total_gz": 12472, "sent": [ "a (memory)", "b (exit)", @@ -133,6 +133,7 @@ "$emscripten_proxy_sync_with_ctx", "$emscripten_stack_get_current", "$emscripten_stack_set_limits", + "$emscripten_thread_mailbox_unref", "$free_ctx", "$get_or_add_tasks_for_thread", "$get_tasks_for_thread", diff --git a/test/emsdk_version.txt b/test/emsdk_version.txt index 1f4b91d6b8c24..f4eca83c7a633 100644 --- a/test/emsdk_version.txt +++ b/test/emsdk_version.txt @@ -1 +1 @@ -dbd2a169866528e3c850a0c9f0b2b912d6d5ef97 +3355ee7188ef376541572d2df7294f654841a389