diff options
author | Alon Zakai <azakai@google.com> | 2023-09-18 16:08:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 16:08:23 -0700 |
commit | 389fa79e63ff20fa1c6c24dfe26a28b2f487cac8 (patch) | |
tree | ae8f9fd92fbc723bff8652edd819d6573571470a /test/lit/passes/optimize-stack-ir.wast | |
parent | 6d2364b55e4c81b0b2f7d15778619c40d1ded4d3 (diff) | |
download | binaryen-389fa79e63ff20fa1c6c24dfe26a28b2f487cac8.tar.gz binaryen-389fa79e63ff20fa1c6c24dfe26a28b2f487cac8.tar.bz2 binaryen-389fa79e63ff20fa1c6c24dfe26a28b2f487cac8.zip |
Add passes to finalize or unfinalize types (#5944)
TypeFinalization finalizes all types that we can, that is, all private types that have no
children. TypeUnFinalization unfinalizes (opens) all (private) types.
These could be used by first opening all types, optimizing, and then finalizing, as that
might find more opportunities.
Fixes #5933
Diffstat (limited to 'test/lit/passes/optimize-stack-ir.wast')
0 files changed, 0 insertions, 0 deletions