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
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

Méthode Description
DumpTrace ( IBlockOrderAnalysis blockOrderAnalysis ) : void

Method Details

Run() protected méthode

protected Run ( ) : void
Résultat void