[all-commits] [llvm/llvm-project] 099f4e: [llvm-debuginfod] Switch to xxh3_64bits

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Aug 11 12:37:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 099f4e236c24ad42e56a6811e0ea4ed54ca00906
      https://github.com/llvm/llvm-project/commit/099f4e236c24ad42e56a6811e0ea4ed54ca00906
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-08-11 (Fri, 11 Aug 2023)

  Changed paths:
    M llvm/lib/Debuginfod/Debuginfod.cpp
    M llvm/test/tools/llvm-debuginfod-find/cache.test
    M llvm/test/tools/llvm-objdump/debuginfod.test
    M llvm/test/tools/llvm-symbolizer/debuginfod.test

  Log Message:
  -----------
  [llvm-debuginfod] Switch to xxh3_64bits

Many sources show that xxh3 is much better than xxh64. This particular
instance may or may not have noticeable difference, but this change
moves us toward removing xxHash64.

This change will invalid cache.

Reviewed By: mysterymath

Differential Revision: https://reviews.llvm.org/D155993




More information about the All-commits mailing list