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

This stages removes jumps to the next instruction
Inheritance: BaseCodeTransformationStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
PopulateVisitationDictionary ( ) : void
Run ( ) : void

Method Details

PopulateVisitationDictionary() protected method

protected PopulateVisitationDictionary ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void