wasm-micro-runtime/core/iwasm/libraries/thread-mgr
Vyacheslav Chigrin 26aa924acd
Move exception lock to ModuleInstance data. (#4772)
* Move exception lock to ModuleInstance data.

This lock acquired on each native function call. This cause performance impact
on programs, containing many native function calls, and running in multithreaded environment.

Update AOT_CURRENT_VERSION constant.
2026-03-16 16:22:07 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Move exception lock to ModuleInstance data. (#4772) 2026-03-16 16:22:07 +08:00
thread_manager.h Implement a first version of shared heap feature (#3789) 2024-09-14 10:51:42 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00