C# Класс Mosa.Utility.Aot.AotMethodCompiler

Specializes AotMethodCompiler for AOT purposes.
Наследование: Mosa.Compiler.Framework.BaseMethodCompiler
Показать файл Открыть проект

Открытые методы

Метод Описание
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