diff options
author | Alon Zakai <azakai@google.com> | 2021-09-07 14:58:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 14:58:43 -0700 |
commit | 7a17e2dec31d512163e048d36d59fdb6e31314c6 (patch) | |
tree | e2166d8cd68eb9494f9fdbcfbb2556eea0dd86e3 /src/tools/wasm-split/instrumenter.cpp | |
parent | ffdae24a98ecc3f559c3bb02dcdfd79764f971db (diff) | |
download | binaryen-7a17e2dec31d512163e048d36d59fdb6e31314c6.tar.gz binaryen-7a17e2dec31d512163e048d36d59fdb6e31314c6.tar.bz2 binaryen-7a17e2dec31d512163e048d36d59fdb6e31314c6.zip |
Inlining: Track names over multiple iterations, not pointers (#4127)
It can be confusing during debugging to keep a map of pointers when
we might have removed some of those functions from the module
meanwhile (if you iterate over it in some additional debug logging).
This change has no observable effect, however, as no bug could have
actually occurred in practice given that nothing is done with the
pointers in the actual code.
Diffstat (limited to 'src/tools/wasm-split/instrumenter.cpp')
0 files changed, 0 insertions, 0 deletions