[all-commits] [llvm/llvm-project] a3622a: [wasm-ld] Switch to xxh3_64bits

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jul 20 10:48:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3622ac80be1230a96597a4efb8489d065b0ffc2
      https://github.com/llvm/llvm-project/commit/a3622ac80be1230a96597a4efb8489d065b0ffc2
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M lld/test/wasm/build-id.test
    M lld/wasm/InputChunks.cpp
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [wasm-ld] Switch to xxh3_64bits

Similar to recent changes to ELF (e.g., D154813), Mach-O, and COFF to
improve hashing performance.

Reviewed By: dschuff

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




More information about the All-commits mailing list