Skip to content

Commit 5a2e301

Browse files
authored
Merge pull request #3 from lahiri-phdworks/master
Updated Examples and Links
2 parents 3b76e95 + 06102f3 commit 5a2e301

File tree

7 files changed

+27
-0
lines changed

7 files changed

+27
-0
lines changed

Adv-Compiler-Stuff/Ball-Laurus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Ball Laurus Path Profiling
File renamed without changes.

Adv-Compiler-Stuff/DomTree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Dominators
2+
3+
4+
## Dominator Trees
5+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Compiler Optimizations

Adv-Compiler-Stuff/Profiling.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Profiling
2+
3+
4+
# Path Profiling
5+
6+
7+
# Edge Profiling
8+
9+
10+
# Coverage Metrics
11+
12+
13+
# Fuzzing

Adv-Compiler-Stuff/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Compiler Engineering
2+
3+
4+
## Compiler Optimizations
5+
6+

Adv-Compiler-Stuff/SSAForm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Single Static Assignment Form (SSA)

0 commit comments

Comments
 (0)