wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 8b37048823
Do not inherit WASM_SUSPEND_FLAG_BLOCKING from the parent thread (#3051)
It seems that some users want to wrap rather large chunk of code
with wasm_runtime_begin_blocking_op/wasm_runtime_end_blocking_op.

If the wrapped code happens to have a call to
e.g. wasm_runtime_spawn_exec_env, WASM_SUSPEND_FLAG_BLOCKING is
inherited to the child exec_env and it may cause unexpected behaviors.
2024-01-19 09:55:01 +08:00
..
aot Enable quick aot entry when hw bound check is disabled (#3044) 2024-01-19 08:55:35 +08:00
common Do not inherit WASM_SUSPEND_FLAG_BLOCKING from the parent thread (#3051) 2024-01-19 09:55:01 +08:00
compilation aot debug: Try to use a bit more appropriate file names (#3000) 2024-01-15 15:02:12 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
include Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
interpreter Enable quick aot entry when hw bound check is disabled (#3044) 2024-01-19 08:55:35 +08:00
libraries Do not inherit WASM_SUSPEND_FLAG_BLOCKING from the parent thread (#3051) 2024-01-19 09:55:01 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00