[PATCH] D20933: Preallocate ExplodedNode hash table

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 13:18:38 PDT 2016


bcraig added a comment.

I got better valgrind numbers (symbols are important).
Before: 106,131,538
After: 106,657,666
Diff: 526,128 larger.

Note that this is sampled peaks for heap usage.  They may not be accurate.  Regardless, the peak usage increased by less than .5%.


http://reviews.llvm.org/D20933





More information about the cfe-commits mailing list