[cfe-commits] r163455 [1/3] - in /cfe/trunk: lib/StaticAnalyzer/Core/PathDiagnostic.cpp test/Analysis/inline-plist.c test/Analysis/inlining/path-notes.c test/Analysis/malloc-plist.c test/Analysis/method-call-path-notes.cpp test/Analysis/nil-recei

Ted Kremenek kremenek at apple.com
Sun Sep 9 23:23:56 PDT 2012


On Sep 9, 2012, at 1:55 PM, Chandler Carruth <chandlerc at google.com> wrote:

> Yea, the pointers are a huge problem, and Clang pervasively uses pointers in folding sets.

Interestingly, I took a look at the Profile methods used here, and none of them hashed pointer values.  I've scrapped this approach since it is inherently unsafe anyway, but I'm not certain where the non-deterministism lies...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120909/aa21336b/attachment.html>


More information about the cfe-commits mailing list