wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives
Marcin Kolny 0f4edf9735
Implement suspend flags as atomic variable (#2361)
We have observed a significant performance degradation after merging
https://github.com/bytecodealliance/wasm-micro-runtime/pull/1991
Instead of protecting suspend flags with a mutex, we implement the flags
as atomic variable and only use mutex when atomics are not available
on a given platform.
2023-07-21 08:27:09 +08:00
..
include Allow defining hints without exact socket type or address family (#2337) 2023-07-04 21:21:21 +08:00
src Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00