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

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

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method 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 method

protected Run ( ) : void
return void