wasm-micro-runtime/core/iwasm
Wenyong Huang ce3458da99
Refine AOT exception check when function return (#1752)
Refine AOT exception check in the caller when returning from callee function,
remove the exception check instructions when hw bound check is enabled to
improve the performance: create guard page to trigger signal handler when
exception occurs.
2022-11-30 20:18:28 +08:00
..
aot Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
common Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
compilation Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
fast-jit Fix a typo in workflow (#1760) 2022-11-30 14:00:30 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
libraries Fix source debugger error handling: continue executing when detached (#1725) 2022-11-28 22:12:46 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00