This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Enrico Loparco 216dc43ab4
Use shared memory lock for threads generated from same module (#1960)
Multiple threads generated from the same module should use the same
lock to protect the atomic operations.

Before this PR, each thread used a different lock to protect atomic
operations (e.g. atomic add), making the lock ineffective.

Fix #1958.
2023-02-16 11:54:19 +08:00
..
aot Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
common Use shared memory lock for threads generated from same module (#1960) 2023-02-16 11:54:19 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
include Improve wasm-c-api instantiation-time linking (#1902) 2023-02-13 15:06:04 +08:00
interpreter Use shared memory lock for threads generated from same module (#1960) 2023-02-16 11:54:19 +08:00
libraries Fix libc-wasi build failure when using clang (#1950) 2023-02-14 18:28:00 +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