support tail-call in AoT (#419)
This commit is contained in:
@ -1062,6 +1062,9 @@ aot_create_comp_context(AOTCompData *comp_data,
|
||||
if (option->enable_thread_mgr)
|
||||
comp_ctx->enable_thread_mgr = true;
|
||||
|
||||
if (option->enable_tail_call)
|
||||
comp_ctx->enable_tail_call = true;
|
||||
|
||||
if (option->is_jit_mode) {
|
||||
/* Create LLVM execution engine */
|
||||
LLVMInitializeMCJITCompilerOptions(&jit_options, sizeof(jit_options));
|
||||
|
||||
Reference in New Issue
Block a user