summaryrefslogtreecommitdiff
path: root/test/lld/em_asm_pthread.wasm
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-03-22 16:33:37 -0700
committerGitHub <noreply@github.com>2021-03-22 16:33:37 -0700
commit418804035056bcd133ff5e292bf645d5d26d8d0d (patch)
tree3c6f60a0a07e35cf0d15cd669d93413ff72f5bb3 /test/lld/em_asm_pthread.wasm
parent8dddd9f3a3060d831af48387165703e1d8efcc63 (diff)
downloadbinaryen-418804035056bcd133ff5e292bf645d5d26d8d0d.tar.gz
binaryen-418804035056bcd133ff5e292bf645d5d26d8d0d.tar.bz2
binaryen-418804035056bcd133ff5e292bf645d5d26d8d0d.zip
wasm-emscripten-finalize: Do not skip the start function body (#3714)
When we can skip function bodies, we still need to parse the start function for the pthreads case, see details in the comments. This still gives us 99% of the speedup as the start function is just 1 function and it's not that big, so with this we return to full speed after the reversion in #3705
Diffstat (limited to 'test/lld/em_asm_pthread.wasm')
-rw-r--r--test/lld/em_asm_pthread.wasmbin0 -> 24335 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/lld/em_asm_pthread.wasm b/test/lld/em_asm_pthread.wasm
new file mode 100644
index 000000000..e2a5d9a71
--- /dev/null
+++ b/test/lld/em_asm_pthread.wasm
Binary files differ