wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
shared Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
config.h Bring up WAMR on esp32-s3 device (#2348) 2023-07-21 07:54:13 +08:00
version.h Update version number and release notes (#2213) 2023-05-16 12:39:22 +08:00