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

This stage inserts the ExceptionPrologue IR instruction at the beginning of each exception block.
Inheritance: BaseMethodCompilerStage, IMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
InsertExceptionStartInstructions ( ) : void
InsertFlowOrJumpInstructions ( ) : void

Method Details

Run() protected method

protected Run ( ) : void
return void