[PATCH] D20746: [sanitizer] Add iterator to AddrHashMap
Derek Bruening via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 09:02:27 PDT 2016
bruening abandoned this revision.
bruening added a comment.
AddrHashMap has significant limitations that make it unsuitable for most of our use cases for hashtables and we're going to need to add a separate, more general-purpose table: the data being read-only after creation, and most importantly, the fixed-size table that cannot resize and adapt to the size of the app, are blockers for us. Abandoning this CL.
http://reviews.llvm.org/D20746
More information about the llvm-commits
mailing list