C# 클래스 Mosa.Utility.Aot.AotMethodCompiler

Specializes AotMethodCompiler for AOT purposes.
상속: Mosa.Compiler.Framework.BaseMethodCompiler
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
AotMethodCompiler ( BaseCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework

Initializes a new instance of the AotMethodCompiler class.

메소드 상세

AotMethodCompiler() 공개 메소드

Initializes a new instance of the AotMethodCompiler class.
public AotMethodCompiler ( BaseCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework
compiler Mosa.Compiler.Framework.BaseCompiler The compiler.
method MosaMethod The method.
basicBlocks BasicBlocks The basic blocks.
threadID int The thread identifier.
리턴 Mosa.Compiler.Framework