Optimization of Basic Blocks in Compiler Design

--

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/

--

--

No responses yet