diff options
author | Thomas Lively <tlively@google.com> | 2023-04-04 13:00:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 13:00:24 -0700 |
commit | ce2fc9c7cd5158a64631baeda53dac2571038d5f (patch) | |
tree | 9797f2e1d05efd87881564573d54270b828c05b2 /src/wasm-binary.h | |
parent | db23ac7f02396dfcf13a1ef6a7c5665f19d91c35 (diff) | |
download | binaryen-ce2fc9c7cd5158a64631baeda53dac2571038d5f.tar.gz binaryen-ce2fc9c7cd5158a64631baeda53dac2571038d5f.tar.bz2 binaryen-ce2fc9c7cd5158a64631baeda53dac2571038d5f.zip |
Support multiple memories in RemoveUnusedModuleElements (#5604)
Add support for memory and data segment module elements and treat them uniformly
with other module elements rather than as special cases. There is a cyclic
dependency between memories (or tables) and their active segments because
exported or accessed memories (or tables) keep their active segments alive, but
active segments for imported memories (or tables) keep their memories (or
tables) alive as well.
Diffstat (limited to 'src/wasm-binary.h')
0 files changed, 0 insertions, 0 deletions