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