wasm-micro-runtime/core/iwasm/libraries
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
..
debug-engine Update release notes and fix issues reported by Coverity (#1813) 2022-12-20 14:37:07 +08:00
lib-pthread Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
lib-rats Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
lib-socket Allow defining hints without exact socket type or address family (#2337) 2023-07-04 21:21:21 +08:00
lib-wasi-threads Fix three multi-threading and wasm-c-api-imports issues (#2173) 2023-05-05 10:01:58 +08:00
libc-builtin Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
libc-emcc Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
libc-uvwasi Use system libuv if available (#1861) 2023-06-26 08:37:10 +08:00
libc-wasi Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
thread-mgr Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
wasi-nn wasi-nn: Add support of wasi-nn as shared lib (#2310) 2023-06-27 18:18:26 +08:00