diff options
author | Ben Smith <binjimin@gmail.com> | 2018-12-04 12:19:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 12:19:55 -0800 |
commit | b94c2056529885af1ac056ceec07735bb45b9e80 (patch) | |
tree | 020e9b2e61931ccc2cff69797578380f69d84527 /src/binary-reader-objdump.cc | |
parent | 96e12c00b3bec700f851e94b63708ead1d7f84ad (diff) | |
download | wabt-b94c2056529885af1ac056ceec07735bb45b9e80.tar.gz wabt-b94c2056529885af1ac056ceec07735bb45b9e80.tar.bz2 wabt-b94c2056529885af1ac056ceec07735bb45b9e80.zip |
Combine param_binding and local_binding in IR (#969)
The `BindingHash` object is used to map from a name to an Index, and to
detect multiply-defined names. Since the locals and params use the same
Index space and namespace, they should always have been using the same
`BindingHash`.
Diffstat (limited to 'src/binary-reader-objdump.cc')
0 files changed, 0 insertions, 0 deletions