diff options
author | Alon Zakai <azakai@google.com> | 2023-03-31 09:58:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 09:58:27 -0700 |
commit | 59079bc41ac83c7a22a818c48bf74ee507e82766 (patch) | |
tree | 44c7aeeb773a6fabf9913599957ccc53cc6c0bf3 /src/wasm.h | |
parent | dba0a08963d0452a773b9abbdd789503945c5f43 (diff) | |
download | binaryen-59079bc41ac83c7a22a818c48bf74ee507e82766.tar.gz binaryen-59079bc41ac83c7a22a818c48bf74ee507e82766.tar.bz2 binaryen-59079bc41ac83c7a22a818c48bf74ee507e82766.zip |
[Wasm GC] Fix nondeterminism in SignaturePruning (#5608)
The order of iteration on sigFuncs there can matter, as each time we
prune we end up changing things that can affect other prunings (specifically,
ParamUtils::removeParameter can decide that it can't remove a parameter
based on the effects on arguments, and current limitations in how we handle
that; and pruning can affect effects).
Diffstat (limited to 'src/wasm.h')
0 files changed, 0 insertions, 0 deletions