Method AddEagerlyCompiledModule
AddEagerlyCompiledModule(IExecutionEngine, BitcodeModule)
Adds a module to the JIT for lazy compilation using the engine's default symbol resolver
Declaration
public static ulong AddEagerlyCompiledModule([ValidatedNotNull] this IExecutionEngine jit, BitcodeModule module)
Parameters
public static ulong AddEagerlyCompiledModule([ValidatedNotNull] this IExecutionEngine jit, BitcodeModule module)
IExecutionEngine | jit | JIT engine to add the module to |
BitcodeModule | module | module to add |
Returns
UInt64 | Handle for the module in the engine |