Mosa.Compiler.Framework.BaseCompiler.CreateMethodCompiler C# (CSharp) Méthode

CreateMethodCompiler() protected abstract méthode

Creates a method compiler
protected abstract CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : BaseMethodCompiler
method MosaMethod The method to compile.
basicBlocks BasicBlocks The basic blocks.
threadID int The thread identifier.
Résultat BaseMethodCompiler
        protected abstract BaseMethodCompiler CreateMethodCompiler(MosaMethod method, BasicBlocks basicBlocks, int threadID = 0);