Optimization of Basic Blocks in Compiler Design
Jan 13, 2021
Optimization of Basic Blocks
We can apply the optimization process on a basic block. While optimization, there is no need to change the set of expressions computed by the block.
The basic block optimization can be done in two ways:
- Structure-Preserving Transformations
- Algebraic Transformations
https://www.tutorialandexample.com/optimization-of-basic-blocks/