Displaying 3 results from an estimated 3 matches for "steensguard".
Did you mean:
steensgaard
2014 Jun 15
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
...o wrote:
>
> Hi Criswell,
> Thanks for the reply.
> I am looking for a pass for the intra-procedural alias analyzing, as i am
> working on multithreaded debugging and looking for a way to pick up
> instructions from different threads accessing the same global variable, and
> is Steensguard workable for this scenario? or any other suggestions?
>
>
> The local DSA pass provides a shape graph of each function, and it uses the
> Incomplete and External flags to mark for which nodes in the shape graph it
> does not have complete information. I think you could use the Local...
2014 Jun 14
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
Deal all,
Recently i am searching for a intra-procedure alias analysis pass and the
-ds-aa pass seems to be the one i am looking for.
However, i find this post described that the rDSA code in PoorAlloc project
was abandoned before ...
https://groups.google.com/d/topic/llvm-dev/FMLmIh9Nz84/discussion
But some other guys were interested in it and John Criswell also made a
request in bug database on
2014 Jun 15
3
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
Hi Criswell,
Thanks for the reply.
I am looking for a pass for the intra-procedural alias analyzing, as i am
working on multithreaded debugging and looking for a way to pick up
instructions from different threads accessing the same global variable, and
is Steensguard workable for this scenario? or any other suggestions?
I also find that the "rDSA" folder is not included in the Makefile, and
this means the -dsa-aa pass is still not reliable and probably i cannot use
it, right?
Thanks,
Dan.
On Sun, Jun 15, 2014 at 12:54 PM, John Criswell <criswe...