Implement memory access bound check with hardware trap for 64-bit platforms (#293)
Also implement native stack overflow check with hardware trap for 64-bit platforms Refine classic interpreter and fast interpreter to improve performance Update document
This commit is contained in:
@ -483,6 +483,7 @@ pthread_start_routine(void *arg)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
wasm_exec_env_set_thread_info(exec_env);
|
||||
argv[0] = addr_native_to_app(routine_args->arg);
|
||||
|
||||
if(!wasm_runtime_call_indirect(exec_env,
|
||||
|
||||
Reference in New Issue
Block a user