summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing/fuzzing.cpp
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-04-04 13:00:24 -0700
committerGitHub <noreply@github.com>2023-04-04 13:00:24 -0700
commitce2fc9c7cd5158a64631baeda53dac2571038d5f (patch)
tree9797f2e1d05efd87881564573d54270b828c05b2 /src/tools/fuzzing/fuzzing.cpp
parentdb23ac7f02396dfcf13a1ef6a7c5665f19d91c35 (diff)
downloadbinaryen-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/tools/fuzzing/fuzzing.cpp')
0 files changed, 0 insertions, 0 deletions