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

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

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

Méthode 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 méthode

protected Run ( ) : void
Résultat void