diff options
author | Alon Zakai <azakai@google.com> | 2024-04-10 14:51:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 14:51:02 -0700 |
commit | 0481320ba921b25f631e4708534055ce3d67cc1c (patch) | |
tree | a5277ac1faa95e654ca249be8af9212767302359 /src | |
parent | 6236dc31d397aa53c03c90fb27bf5cf4933d0c24 (diff) | |
download | binaryen-0481320ba921b25f631e4708534055ce3d67cc1c.tar.gz binaryen-0481320ba921b25f631e4708534055ce3d67cc1c.tar.bz2 binaryen-0481320ba921b25f631e4708534055ce3d67cc1c.zip |
Fuzzer: Do not run other VMs if the Binaryen interpreter hits a VM limitation (#6483)
The VM limitation might be an OOM (which can change due to opts) or an
atomic wait (which can hang on proper VMs with support). We already
avoided running VMs on the optimized wasm in this case, but we still
ran them on the original wasm, which this changes, mainly to avoid that
atomic wait situation.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions