wasm-micro-runtime/core/iwasm
Wenyong Huang 1d4cbfceac
Refine Fast JIT call indirect and call native process (#1620)
Translate call_indirect opcode by calling wasm functions with Fast JIT IRs instead of
calling jit_call_indirect runtime API, so as to improve the performance.

Translate call native function process with Fast JIT IRs to validate each pointer argument
and convert it into native address, and then call the native function directly instead
of calling jit_invoke_native runtime API, so as to improve the performance.
2022-10-19 17:11:38 +08:00
..
aot Fix XIP issue caused by rem_s on RISC-V (#1619) 2022-10-19 16:46:26 +08:00
common Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
compilation Refine Fast JIT call indirect and call native process (#1620) 2022-10-19 17:11:38 +08:00
fast-jit Refine Fast JIT call indirect and call native process (#1620) 2022-10-19 17:11:38 +08:00
include Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
interpreter Fix a bug of the return value of memory_instantiate (#1616) 2022-10-19 07:23:03 +08:00
libraries Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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