Re: [PATCH] D21229: [Analyzer] Don't cache report generation ExplodedNodes

2016-06-23 Thread Ben Craig via cfe-commits
bcraig closed this revision. bcraig added a comment. Old: 106,657,666 New: 105,346,818 Submitted in r273572 http://reviews.llvm.org/D21229 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D21229: [Analyzer] Don't cache report generation ExplodedNodes

2016-06-21 Thread Anna Zaks via cfe-commits
zaks.anna accepted this revision. zaks.anna added a comment. This revision is now accepted and ready to land. LGTM. Please, measure that this does not regress memory consumption just to be sure. Thanks! Anna. http://reviews.llvm.org/D21229 ___

[PATCH] D21229: [Analyzer] Don't cache report generation ExplodedNodes

2016-06-10 Thread Ben Craig via cfe-commits
bcraig created this revision. bcraig added reviewers: zaks.anna, dcoughlin, jordan_rose. bcraig added a subscriber: cfe-commits. During the core analysis, ExplodedNodes are added to the ExplodedGraph, and those nodes are cached for deduplication purposes. After core analysis, reports are