[PATCH] D97396: Use the default seed value for djb hash for StringMap
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 13:49:56 PST 2021
MaskRay added a comment.
LG. The compiler may spend a lot of time in common data structures like DenseMap. It is possible that some contributors may want to optimize the data structures. It'd be nice if tools have less reliance on the iteration order, even if they are stable on 32-bit and 64-bit machines. The test updates suggest to me that llvm-dwarfdump may need a fix.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97396/new/
https://reviews.llvm.org/D97396
More information about the llvm-commits
mailing list