[cfe-commits] Adding interesting symbols during path diagnostic generation

Ted Kremenek kremenek at apple.com
Tue Mar 20 22:39:11 PDT 2012


On Mar 20, 2012, at 5:28 PM, Jordan Rose <jediknil at belkadan.com> wrote:

> Fair enough. I'll go rework this. Advance question: is it better to wait until the whole path is generated before restarting, or to restart as soon as we see the interesting symbols have changed? Both ways could result in a second round of new interesting symbols.

I would just do the simplest thing possible.  Generate the entire path by wrapping the calls to GenerateExtensivePathDiagnostic/GenerateMinimalPathDiagnostic in a while loop, check if the set of symbols have changed, and if so, drop the old path and repeat.

The performance issue here is likely non-existent.  It takes a couple orders of magnitude more work to find the bug in the first place.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120320/26b7411a/attachment.html>


More information about the cfe-commits mailing list