C# Class Mosa.Platform.x86.Stages.BuildStackStage

Completes the stack handling after register allocation
Inheritance: Mosa.Compiler.Framework.BaseMethodCompilerStage
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

Méthode Description
AddEpilogueInstructions ( Context context ) : void

Adds the epilogue instructions.

AddPrologueInstructions ( Context context ) : void

Adds the prologue instructions.

UpdateEpilogue ( ) : void

Updates the epilogue.

UpdatePrologue ( ) : void

Updates the prologue.

Method Details

Run() protected méthode

protected Run ( ) : void
Résultat void