we are moving form post dominators.

This commit is contained in:
Mann Patel
2025-12-04 18:41:14 -07:00
parent ab9d95be1f
commit c021b1eabf
16 changed files with 526 additions and 564 deletions

View File

@@ -1,12 +1,14 @@
# Final Project
---
### Things
1. Forward Slice => All statements that could be affected if you change a given statement.Think of it like ripple effects in water:
1. To run the program please run the script:
```bash
chmod +x build.sh
./build.sh
```
2. To run the program with bash run the command:
```bash
bash build.sh
```
### Run
```bash
# Show all dependencies for a file
./run.sh examples/Example1.java
# Analyze impact of line 3
./run.sh examples/Example1.java 3
```