You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aalhour
changed the title
Implement Code Optimisation Stage.
Implement Code Optimisation Stage - Part 1 - Local Optimisation
Jul 25, 2016
aalhour
changed the title
Implement Code Optimisation Stage - Part 1 - Local Optimisation
Implement Code Optimisation Stage, Part 1 - Local Optimisation
Jul 25, 2016
Code Optimization
Three main types in Compiler Research:
Local Optimisation:
Algebraic Expressions Simplification:
Constant Folding:
Dead Code Elimination. Dead code is code that does't contribute to the program's result.
Peephole Optimisations.
SSA-based Optimisations:
Copy Propagation:
Constant Propagation:
The text was updated successfully, but these errors were encountered: