wasm-micro-runtime/core/iwasm
Xu Jun 3b641b17d8
Reserve one pointer size for fast-interp code_compiled_size (#1382)
Reserve one pointer size for fast-interp code_compiled_size: if the last opcode of
current function is to be dropped (e.g. OP_DROP), the peak memory usage will
be larger than the final code_compiled_size, we record the peak size to ensure
there won't be invalid memory access during the second traversing.
2022-08-15 11:33:20 +08:00
..
aot Remove some unused codes (#1379) 2022-08-15 10:13:37 +08:00
common Remove some unused codes (#1379) 2022-08-15 10:13:37 +08:00
compilation Fix load type not initialized issue for LLVMBuildLoad2 (#1381) 2022-08-12 14:18:47 +08:00
fast-jit Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
include Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
interpreter Reserve one pointer size for fast-interp code_compiled_size (#1382) 2022-08-15 11:33:20 +08:00
libraries Remove some unused codes (#1379) 2022-08-15 10:13:37 +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