wasm-micro-runtime/core/iwasm
Wenyong Huang 3637f2df79
Refine LLVM JIT function call process (#2925)
- Don't allocate the implicit/unused frame when calling the LLVM JIT function
- Don't set exec_env's thread handle and stack boundary in the recursive
  calling from host, since they have been set in the first time calling
- Fix frame not freed in llvm_jit_call_func_bytecode
2024-01-02 18:46:02 +08:00
..
aot Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
common Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
compilation Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit fast-jit: Fix const shift and const i64 compare issues (#2969) 2024-01-02 17:56:34 +08:00
include Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
interpreter Refine LLVM JIT function call process (#2925) 2024-01-02 18:46:02 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00