C# Class Mosa.Compiler.Framework.Stages.BlockOrderingStage

The Block Ordering Stage reorders blocks to optimize loops and reduce the distance of jumps and branches.
Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
DumpTrace ( IBlockOrderAnalysis blockOrderAnalysis ) : void

Method Details

Run() protected method

protected Run ( ) : void
return void