[all-commits] [llvm/llvm-project] 52eab3: PDBFileBuilder: Switch to xxh3_64bits
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 19 15:32:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52eab3430a3ad3d04505df7b2131552865305109
https://github.com/llvm/llvm-project/commit/52eab3430a3ad3d04505df7b2131552865305109
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
Log Message:
-----------
PDBFileBuilder: Switch to xxh3_64bits
Following recent changes switching from xxh64 to xxh32 for better
hashing performance (e.g., D154813). I am not familiar with this use
case, but this change will ensure that the lld executable doesn't need
xxHash64 after wasm-ld migrates.
More information about the All-commits
mailing list