diff options
author | Nathan Froyd <froydnj@gmail.com> | 2018-03-22 13:36:40 -0400 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-03-22 10:36:40 -0700 |
commit | f7ebc7c0e53241e4604be5321134d48d640f0a40 (patch) | |
tree | c0566b75c42b5a09f2cd89404957b581f5db4878 /src/wasm-js.cpp | |
parent | 4eeec14d343793af27e77620e1e66eda522a8a6b (diff) | |
download | binaryen-f7ebc7c0e53241e4604be5321134d48d640f0a40.tar.gz binaryen-f7ebc7c0e53241e4604be5321134d48d640f0a40.tar.bz2 binaryen-f7ebc7c0e53241e4604be5321134d48d640f0a40.zip |
reorder locals in wasm2asm (#1482)
The documentation for the simplify-locals pass suggests running
reorder-locals after it to clean up unnecessary locals. wasm2asm wasn't
doing this, which meant that generated code had a number of unused
variables. A good minimizer will probably clean that up, but let's go
ahead and clean it up in wasm2asm itself.
Diffstat (limited to 'src/wasm-js.cpp')
0 files changed, 0 insertions, 0 deletions