Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 325 Bytes

Andersen flow-insensitive pointer analysis

Andersen Analysis covering four basic statements

p=&a

p=q (copy)

*p=q (store)

p=*q (load)

Compile & Run

$ g++ Andersen.cpp

$ ./a.out sample.txt x.dot

If you are in IITB local network, you can check the following LAN application http://10.130.168.3/Anderson/