Mosa.Compiler.Framework.BaseCompiler.CreateMethodCompiler C# (CSharp) Method

CreateMethodCompiler() protected abstract method

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.
return BaseMethodCompiler
        protected abstract BaseMethodCompiler CreateMethodCompiler(MosaMethod method, BasicBlocks basicBlocks, int threadID = 0);