C# 클래스 Mosa.Compiler.Trace.InstructionLogger

Logs all instructions.
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void

비공개 메소드들

메소드 설명
ListBlocks ( IList blocks ) : string
LogInstructions ( TraceLog traceLog, InstructionNode node ) : void

Logs the instructions in the given enumerable to the trace.

메소드 상세

Run() 공개 정적인 메소드

public static Run ( BaseMethodCompiler methodCompiler, IPipelineStage stage ) : void
methodCompiler Mosa.Compiler.Framework.BaseMethodCompiler
stage IPipelineStage
리턴 void

Run() 공개 정적인 메소드

public static Run ( CompilerTrace compilerTrace, string stage, MosaMethod method, BasicBlocks basicBlocks ) : void
compilerTrace CompilerTrace
stage string
method MosaMethod
basicBlocks BasicBlocks
리턴 void