diff options
author | Alon Zakai <azakai@google.com> | 2024-11-04 12:56:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 12:56:46 -0800 |
commit | c35e9871697b0b103228a96e9e79066e762d5e22 (patch) | |
tree | bcd8ae8f24e0b7e62ca309f35513553b727ee112 /src/compiler-support.h | |
parent | 9f496abc5cf1ddbca8c8a4f4e740c412588708ef (diff) | |
download | binaryen-c35e9871697b0b103228a96e9e79066e762d5e22.tar.gz binaryen-c35e9871697b0b103228a96e9e79066e762d5e22.tar.bz2 binaryen-c35e9871697b0b103228a96e9e79066e762d5e22.zip |
Make 32-bit hashing identical to 64-bit in TypeSSA (#7048)
This is NFC on 64-bit systems but noticeable on 32.
Also remove the 32-bit path in hash_combine. That isn't necessary for this fix,
but it makes the code simpler and also makes debugging between systems
simpler. It might also avoid problems in future cases, if we are lucky. The only
cost is perhaps a slight slowdown on 32-bit systems, which seems worth it.
Fixes #7046
Diffstat (limited to 'src/compiler-support.h')
0 files changed, 0 insertions, 0 deletions