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

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

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

Méthode Description
InsertExceptionStartInstructions ( ) : void
InsertFlowOrJumpInstructions ( ) : void

Method Details

Run() protected méthode

protected Run ( ) : void
Résultat void