C# Class Mosa.Utility.Aot.AotMethodCompiler

Specializes AotMethodCompiler for AOT purposes.
Inheritance: Mosa.Compiler.Framework.BaseMethodCompiler
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
AotMethodCompiler ( BaseCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework

Initializes a new instance of the AotMethodCompiler class.

Method Details

AotMethodCompiler() public method

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.
return Mosa.Compiler.Framework