C# Class Mosa.Compiler.Trace.InstructionLogger

Logs all instructions.
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void

Private Methods

Méthode Description
ListBlocks ( IList blocks ) : string
LogInstructions ( TraceLog traceLog, InstructionNode node ) : void

Logs the instructions in the given enumerable to the trace.

Method Details

Run() public static méthode

public static Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
methodCompiler Mosa.Compiler.Framework.BaseMethodCompiler
stage IPipelineStage
Résultat void

Run() public static méthode

public static Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void
compilerTrace CompilerTrace
stage string
method MosaMethod
basicBlocks BasicBlocks
Résultat void