wasm-micro-runtime/core/iwasm
Wenyong Huang 788cbf2a19
Refine aot call_indirect opcode translation (#492)
Re-implement aot call_indirect opcode translation: when calling non-import function, translate it by LLVM call IR to call the function in AOTed code, so as to avoid calling runtime aot_call_indirect API which is much slower. For import function, keep calling aot_call_indirect API due to the possible pointer/string argument conversion.

And add prompt info while app heap is corrupted, change emit_leb to emit_uint32 inter fast-interp to refine footprint.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-01-05 18:05:30 +08:00
..
aot Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
common Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
compilation Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
include Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +08:00
interpreter Refine aot call_indirect opcode translation (#492) 2021-01-05 18:05:30 +08:00
libraries Update wasm app build scripts for wasi-sdk-12 and refine interpreter (#481) 2020-12-28 10:46:31 +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