wasm-micro-runtime/core/iwasm
Wenyong Huang bbfa39c32c
Refine Fast JIT accessing memory/table instance and global data (#1623)
Some offsets can be directly gotten at the compilation stage after the interp/AOT
module instance refactoring PR was merged, so as to reduce some unnecessary
load instructions and improve the Fast JIT performance:
- Access fields of wasm memory instance structure
- Access fields of wasm table instance structure
- Access the global data
2022-10-21 09:32:51 +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 Refine Fast JIT call indirect and call native process (#1620) 2022-10-19 17:11:38 +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