[llvm-commits] PATCH: Switch FoldingSet over to new hashing infrastructure.

Chandler Carruth chandlerc at google.com
Thu Mar 1 11:14:03 PST 2012


Switch FoldingSet over to the new hashing infrastructure. We might want to
do more invasive refactoring here to get FoldingSet to use size_t or even
hash_code directly, but for now this is a good first step to remove Yet
Another Hashing Algorithm from LLVM.

-Chandler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120301/c52700dc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hashing3.diff
Type: application/octet-stream
Size: 1377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120301/c52700dc/attachment.obj>


More information about the llvm-commits mailing list