r175988 - [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields.

Ted Kremenek kremenek at apple.com
Mon Feb 25 12:57:17 PST 2013


I did not trust that number, so I gather the statistics more correctly.  In the worst case I see a 20% increase in nodes, and a 14% increase in memory usage.  That's pretty big.  I'll see if I can improve things here.

On Feb 24, 2013, at 10:20 PM, Ted Kremenek <kremenek at apple.com> wrote:

> When I did this, the maximum number of extra nodes not reclaimed for a given ExplodedGraph when analyzing Sema.cpp was 57303, which for that case was a 2.89% increase in the size of the ExplodedGraph.  That was about the worst case that I saw.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130225/f7858b0a/attachment.html>


More information about the cfe-commits mailing list