Interface IExecutionEngine
Common interface for an Execution engine
Namespace: Ubiquity.NET.Llvm.JIT
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public interface IExecutionEngine
Properties
Target |
Gets the Target machine for this engine |
Methods
Add |
Add a module to the engine |
Default |
Implementation of a default symbol resolver |
GetFunctionDelegate<T>(String) | Gets a delegate for the native compiled function in the engine |
Remove |
Removes a module from the engine |