[PATCH] D20933: Preallocate ExplodedNode hash table

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 6 13:56:23 PDT 2016


zaks.anna added a comment.

> Specifically, I suspect that C (and maybe ObjC?) won't hit the analysis limit often, but that C++ will hit the 

>  limit frequently because of the large number of inline functions.


It might be valuable to know this. Maybe we should changer the default for C++?

> (or a number derived from it) is that it scales to the expected worst-case workload.


Sounds good.


http://reviews.llvm.org/D20933





More information about the cfe-commits mailing list