wasm-micro-runtime/core/iwasm
Huang Qi 4a1e522c53
Move indirect mode optimization to the last of LLVM pipelines (#1627)
The general optimizations may create some intrinsic function calls
like llvm.memset, so we move indirect mode optimization after them
to remove these function calls at last.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-10-24 10:20:05 +08:00
..
aot Suppress the warnings when building with GCC11 (#1622) 2022-10-20 21:26:57 +08:00
common Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
compilation Move indirect mode optimization to the last of LLVM pipelines (#1627) 2022-10-24 10:20:05 +08:00
fast-jit Refine Fast JIT accessing memory/table instance and global data (#1623) 2022-10-21 09:32:51 +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