Optimizer - Dead store elimination
Works for variables and assets. Does not cover call arguments yet.
This commit is contained in:
parent
ab279857fa
commit
ff50ba561a
4 changed files with 75 additions and 20 deletions
3
TODO
3
TODO
|
@ -17,9 +17,8 @@ Scripting:
|
|||
* Dead code elimination
|
||||
* Local variables
|
||||
* Unused arguments
|
||||
* Dead store
|
||||
* Dead store: call arguments
|
||||
* Unused functions
|
||||
* Branches
|
||||
* Common subexpressions
|
||||
* Strength reduction
|
||||
* Loop-invariant code motion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue