[llvm-commits] [llvm] r90910 - /llvm/trunk/lib/Analysis/CaptureTracking.cpp

Duncan Sands baldrick at free.fr
Wed Dec 9 01:03:12 PST 2009


Hi Dan,

> -  SmallVector<Use*, 16> Worklist;
> -  SmallSet<Use*, 16> Visited;
> +  SmallVector<Use*, 20> Worklist;
> +  SmallSet<Use*, 20> Visited;

maybe better to use Threshold here rather than 20.

Ciao,

Duncan.



More information about the llvm-commits mailing list