search for: 0b312a81

Displaying 2 results from an estimated 2 matches for "0b312a81".

Did you mean: 0.312381
2016 Mar 28
0
Existing studies on the benefits of pointer analysis
...erring to by "context-insensitive function summary”. If you’re talking about something context sensitive, then ya, it can handle this. :-) -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160327/0b312a81/attachment.html>
2016 Mar 26
2
Existing studies on the benefits of pointer analysis
On 03/25/2016 08:08 PM, Chris Lattner wrote: > I’m still a big fan of context sensitive, flow insensitive, > unification based models. Interestingly I find the unification approach quite unsatisfactory sometime. What happens there is pointers with the same "depth" are too often clobbered together unless they are really unrelated to each other. > Contrary to your claim,