Method | Description | |
---|---|---|
ExtendCompilerSetup ( ) : void |
Extends the compiler setup.
|
Method | Description | |
---|---|---|
CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : |
Creates a method compiler
|
protected CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : |
||
method | MosaMethod | The method to compile. |
basicBlocks | BasicBlocks | The basic blocks. |
threadID | int | |
return |