diff options
author | Daniel Wirtz <dcode@dcode.io> | 2020-09-29 17:10:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:10:16 +0200 |
commit | e9e5f30212f44927859d3dad5fe48499d860f61c (patch) | |
tree | 242f856f04b95db6dc2e8e67b78da8cc410d0da1 /test/binaryen.js | |
parent | 9de15862c1bc4e2b092ccbe89fdb4b850704bbfc (diff) | |
download | binaryen-e9e5f30212f44927859d3dad5fe48499d860f61c.tar.gz binaryen-e9e5f30212f44927859d3dad5fe48499d860f61c.tar.bz2 binaryen-e9e5f30212f44927859d3dad5fe48499d860f61c.zip |
Refactor literal equality and hashing to not depend on getBits (#3159)
Comparing and hashing literals previously depended on `getBits`, which was fine while there were only basic numeric types, but doesn't map well to reference types anymore. Hence this change limits the use of `getBits` to basic numeric types, and implements reference types-aware comparisons and hashing do deal with the newer types.
Diffstat (limited to 'test/binaryen.js')
0 files changed, 0 insertions, 0 deletions