Class LazyCompilationExecutionEngineExtensions
Extension class to add common default behavior for implementations of ILazyCompileExecutionEngine
Inheritance
LazyCompilationExecutionEngineExtensions
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.JIT
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public static class LazyCompilationExecutionEngineExtensions
Remarks
Once C# supports default interface methods, these can move directly to the interface definition
Methods
AddEagerlyCompiledModule(IExecutionEngine, BitcodeModule) | Adds a module to the JIT for lazy compilation using the engine's default symbol resolver |
AddLazyCompiledModule(ILazyCompileExecutionEngine, BitcodeModule) | Adds a module to the JIT for lazy compilation using the engine's default symbol resolver |