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

This stages removes jumps to the next instruction
Inheritance: BaseCodeTransformationStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
PopulateVisitationDictionary ( ) : void
Run ( ) : void

Method Details

PopulateVisitationDictionary() protected méthode

protected PopulateVisitationDictionary ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void