This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/aot
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
..
arch add missing symbol for aot_reloc_arc.c (#1344) 2022-08-02 09:43:52 +08:00
debug Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_intrinsic.c Implement xtensa XIP (#1202) 2022-08-04 14:42:28 +08:00
aot_intrinsic.h Implement xtensa XIP (#1202) 2022-08-04 14:42:28 +08:00
aot_loader.c Fix windows thread data issue and enhance windows os_mmap (#1372) 2022-08-11 16:57:32 +08:00
aot_reloc.h Refine call native function from AOT code (#1015) 2022-02-23 14:58:32 +08:00
aot_runtime.c Implement interpreter hw bound check (#1309) 2022-07-22 11:05:40 +08:00
aot_runtime.h Implement interpreter hw bound check (#1309) 2022-07-22 11:05:40 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00