wasm-micro-runtime/core/iwasm
Wenyong Huang e23acfab36
Fix windows thread data issue and enhance windows os_mmap (#1372)
Thread data should not be destroyed when thread exits, or other thread
may not be able to join it. This PR saves the thread data into thread data
list when thread exits, sets thread status and stores the return value, so
that other thread can join it.

Also set MEM_TOP_DOWN flag for Windows VirtualAlloc to yield LLVM
JIT relocation error.

And set opt/size level to 3 for LLVM JIT for future use, currently the flags
are not used by LLVM JIT.
2022-08-11 16:57:32 +08:00
..
aot Fix windows thread data issue and enhance windows os_mmap (#1372) 2022-08-11 16:57:32 +08:00
common wasm_c_api.c: improve unimplemented cases (#1355) 2022-08-08 16:46:54 +08:00
compilation Implement xtensa XIP (#1202) 2022-08-04 14:42:28 +08:00
fast-jit Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
include Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
interpreter Fix a maybe-uninitialized use warning (#1370) 2022-08-10 12:26:17 +08:00
libraries Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +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