Can I read Code Optimization in Compiler Design on EtoBox?
Code Optimization in Compiler Design by Himanshu is a document available to read on EtoBox.
What is Code Optimization in Compiler Design about?
This document discusses code optimization techniques used in compilers. It covers the principal sources of optimization including function-preserving transformations like common subexpression elimination and loop optimizations. It also discusses organizing the code optimizer and performing optimizations at both the local and global level. Local optimizations are applied to basic blocks while global optimizations can transform larger code segments like loops and procedures.
- Author
- Himanshu
- Language
- EN