[llvm-commits] [PATCH] PR12156, SmallPtrMap

Stepan Dyatkovskiy STPWORLD at narod.ru
Tue Mar 13 05:47:36 PDT 2012


Hi all. Please find in attachment SmallPtrMap implementation for review.
It works exactly like a SmallPtrSet, but arrays of pointers was replaced with arrays of pair<ptr,item>.
I also implemented the unit tests for new class it is also included into patch.

-Stepan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smallptrmap-1.patch
Type: text/x-patch
Size: 30960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120313/8a1f1d6e/attachment.bin>


More information about the llvm-commits mailing list