[PATCH] D67249: [Modules][PCH] Hash input files content

Juergen Ributzka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 13 15:35:03 PDT 2019


ributzka added a comment.

xxhash64 is apparently faster than MD5 and SHA1, and produces good quality hashes. I am not sure about the hash quality of hash_code for this purpose.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67249





More information about the cfe-commits mailing list