[llvm-commits] [PATCH 12/20] [AVX] Make ListInits Unique

David A. Greene dag at cray.com
Wed Jul 20 11:51:46 PDT 2011


Jakob Stoklund Olesen <stoklund at 2pi.dk> writes:

> Now that you have a FoldingSet per Init subclass, you can just provide
> a Profile method instead. That reduces the overhead to just a pointer.

Ok.

Though it strikes me as a bit silly to worry about 160 bytes of overhead
for a utility that never deletes anything.  :)

                           -Dave



More information about the llvm-commits mailing list