Skip to content

Assignment 2

guanqin-123 edited this page Feb 17, 2021 · 32 revisions

--give c file for test case

In this assignment, you are requested to complete a function which will analyze the point-to set of the given bc file.

1. Setup the assignment environment

While the environment has been set up, you are now able to start your assignment.

2. Coding your solution

For this assignment, you are requested to design a function which will output the point-to set of the given program. An Andersen point-to algorithm is requested to implement in your solution.

3. Build and submit your solution

Finally, you are requested to commit and push your code and the executable file via the git command.

git add <source code and the execuateable file>
git commit -m'<commit message>'
git push