[LLVMdev] llvm DSA - reproduce the result in PLDI 07 paper
Wan Zhiyuan
wanzhiyuan at gmail.com
Mon Apr 6 13:56:51 PDT 2015
Dear all,
I am trying to reproduce the "Percent May Alias" result described in PLDI
07's paper "Making Context-Sensitive Points-to Analysis with Heap Cloning
Practical For The Real World" (http://llvm.org/pubs/2007-06-10-PLDI-DSA.html
).
However, my "Percent May Alias" for all the benchmarks is much greater,
especially "bzip2".
The DSA code I use is from "https://github.com/smackers/smack". I have diff
the code between smack and poolalloc_32. They are almost the same except
the "#include" statements.
I was wondering whether I need to do some configuration to make DSA work
properly.
Thank you!
Zhiyuan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150406/16f18f2d/attachment.html>
More information about the llvm-dev
mailing list