Skip to content

Commit

Permalink
update --opt-deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 17, 2023
1 parent 6fa2fc0 commit 79146d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/compiler-optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ It eliminates dead codes (unused) from object code.
- Eliminates dead structs.
- Eliminates dead traits. These traits are not implemented by any alive struct.
- Eliminates dead functions.
- Eliminates followed statements of the return statement.

## Optimization Levels

Expand Down

0 comments on commit 79146d6

Please sign in to comment.