wasm-micro-runtime/core/iwasm
Wenyong Huang b11dbcba0a
thread mgr: Free aux stack only when it was allocated (#3282)
When thread manager is enabled, the aux stack of exec_env may be allocated
by wasm_cluster_allocate_aux_stack or disabled by setting aux_stack_bottom
as UINTPTR_MAX directly. For the latter, no need to free it.

And fix an issue when paring `--gc-heap-size=n` argument for iwasm, and
fix a variable shadowed warning in fast-jit.
2024-04-08 09:06:49 +08:00
..
aot Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
common thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
compilation Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +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 thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
interpreter Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00