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

Calculates the layout of the stack of the method.
Inheritance: BaseMethodCompilerStage, IMethodCompilerStage, IStackLayoutProvider, IPipelineStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
LayoutStackVariables ( ) : void

Layouts the stack variables.

LayoutVariables ( IList locals, BaseCallingConvention callingConvention, int offsetOfFirst ) : int

Performs a stack layout of all local variables in the list.

TraceStackLocals ( ) : void

Method Details

Run() protected method

protected Run ( ) : void
return void