search for: olifer

Displaying 2 results from an estimated 2 matches for "olifer".

2015 May 28
0
[LLVMdev] Callgraph inaccuracy
...solution is. I'll try to post back here when it's resolved one way or the other, but feel free to bug me if you don't hear back in a few days :). ~Will [1] https://github.com/llvm-mirror/poolalloc/commit/32b43cd23e3d18f7080f9c966d9b4b3b3fb6962d On Sun, May 24, 2015 at 4:31 AM, Maxim Olifer <olifer.maxim at gmail.com> wrote: > Hello, > > I am trying to extract a callgraph using DSA, but the analysis looks quite > pessimistic. I use TDD analysis and here is my test code: > > #include <stdlib.h> > > typedef void (*tX)(int a, int b); > typedef void...
2015 May 24
2
[LLVMdev] Callgraph inaccuracy
Hello, I am trying to extract a callgraph using DSA, but the analysis looks quite pessimistic. I use TDD analysis and here is my test code: #include <stdlib.h> typedef void (*tX)(int a, int b); typedef void (*tY)(int a); typedef struct { tX p ; int n; } msg; static void A1(int a) { } static void B2(int a, int b) { } static void C2(int a, int b) { } tY q; static void decode(tX