[PATCH] D59116: [scudo][standalone] Implement checksumming functions

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 20:07:35 PST 2019


mgorny added a comment.

If you have to bundle a new hash, have you considered using one of the modern fast hashes (such as xxHash, CityHash, …)?


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59116/new/

https://reviews.llvm.org/D59116





More information about the llvm-commits mailing list