This is an archive of the discontinued LLVM Phabricator instance.

[wasm-ld] Switch to xxh3_64bits
ClosedPublic

Authored by MaskRay on Jul 19 2023, 2:12 PM.

Details

Summary

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

Diff Detail

Event Timeline

MaskRay created this revision.Jul 19 2023, 2:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 2:12 PM
MaskRay requested review of this revision.Jul 19 2023, 2:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2023, 2:12 PM
dschuff accepted this revision.Jul 20 2023, 10:31 AM

Thanks!

This revision is now accepted and ready to land.Jul 20 2023, 10:31 AM
This revision was automatically updated to reflect the committed changes.