inglorion added inline comments.
================ Comment at: clang/lib/AST/MicrosoftMangle.cpp:389 + if (FE) { + llvm::MD5 Hasher; + llvm::MD5::MD5Result Hash; ---------------- Instead of MD5, can we use xxhash (or whatever the fastest hash algorithm in LLVM is these days)? I don't think we need a particular hash algorithm, so we might as well go with the fastest one we have (as long as it does a good job avoiding collisions, of course). https://reviews.llvm.org/D50877 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits