[all-commits] [llvm/llvm-project] 1d1f24: [COFF] Switch to xxh3_64bits
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 19 14:08:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d1f245270ffb739191023cd990ba6d7780026ee
https://github.com/llvm/llvm-project/commit/1d1f245270ffb739191023cd990ba6d7780026ee
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M lld/COFF/ICF.cpp
M lld/COFF/Writer.cpp
M lld/test/COFF/icf-safe.s
Log Message:
-----------
[COFF] Switch to xxh3_64bits
Similar to recent changes to ELF (e.g., commit
f4b4bc2f18dc0e44afde05735fb673d3de4d5c39) and Mach-O to improve hashing
performance.
More information about the All-commits
mailing list