summaryrefslogtreecommitdiff
path: root/src/compiler-support.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-11-04 12:56:46 -0800
committerGitHub <noreply@github.com>2024-11-04 12:56:46 -0800
commitc35e9871697b0b103228a96e9e79066e762d5e22 (patch)
treebcd8ae8f24e0b7e62ca309f35513553b727ee112 /src/compiler-support.h
parent9f496abc5cf1ddbca8c8a4f4e740c412588708ef (diff)
downloadbinaryen-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