wasm-micro-runtime/core/iwasm/interpreter
liang.he 5c3ad0279a
Enable AOT linux perf support (#2930)
And refactor the original perf support
- use WAMR_BUILD_LINUX_PERF as the cmake compilation control
- use WASM_ENABLE_LINUX_PERF as the compiler macro
- use `wamrc --enable-linux-perf` to generate aot file which contains fp operations
- use `iwasm --enable-linux-perf` to create perf map for `perf record`
2024-01-02 15:58:17 +08:00
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c interpreter: Simplify memory.grow a bit (#2899) 2023-12-12 20:24:51 +08:00
wasm_interp_fast.c interpreter: Simplify memory.grow a bit (#2899) 2023-12-12 20:24:51 +08:00
wasm_interp.h Fix issue of restoring wasm operand stack (#1721) 2022-11-18 18:51:13 +08:00
wasm_loader.c Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
wasm_opcode.h Fix data races in atomic wait/notify and interp goto table (#1971) 2023-02-22 11:43:49 +08:00
wasm_runtime.c Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
wasm_runtime.h Change is_shared_memory type from bool to uint8 (#2800) 2023-11-22 10:38:08 +08:00
wasm.h Fix data/elem drop (#2747) 2023-11-18 08:50:16 +08:00