diff options
author | Alon Zakai <azakai@google.com> | 2023-07-26 10:10:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 10:10:27 -0700 |
commit | 08df4eedd91a1792c4e0281e8957b231946321ef (patch) | |
tree | 6da33094b20a131375956fac7155d565d34ae90c /src/analysis/reaching-definitions-transfer-function.h | |
parent | e2f5d79fd0f9bd12d69733e98b534ce63592bd57 (diff) | |
download | binaryen-08df4eedd91a1792c4e0281e8957b231946321ef.tar.gz binaryen-08df4eedd91a1792c4e0281e8957b231946321ef.tar.bz2 binaryen-08df4eedd91a1792c4e0281e8957b231946321ef.zip |
wasm-merge: Fix locals in merged start (#5837)
Start functions can have locals, which we previously ignored as we just
concatenated the bodies together. This makes us copy the second start
and call that, keeping them separate (the optimizer can then inline, if that
makes sense).
Fixes #5835
Diffstat (limited to 'src/analysis/reaching-definitions-transfer-function.h')
0 files changed, 0 insertions, 0 deletions