wasm-micro-runtime/product-mini/platforms
Wenyong Huang 7636d86a76
Refactor Orc JIT to enable lazy compilation (#974)
Refactor LLVM Orc JIT to actually enable the lazy compilation and speedup
the launching process:
  https://llvm.org/docs/ORCv2.html#laziness

Main modifications:
- Create LLVM module for each wasm function, wrap it with thread safe module
  so that the modules can be compiled parallelly
- Lookup function from aot module instance's func_ptrs but not directly call the
  function to decouple the module relationship
- Compile the function when it is first called and hasn't been compiled
- Create threads to pre-compile the WASM functions parallelly when loading
- Set Lazy JIT as default, update document and build/test scripts
2022-01-20 18:40:13 +08:00
..
alios-things Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
android Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
darwin Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
linux Refactor Orc JIT to enable lazy compilation (#974) 2022-01-20 18:40:13 +08:00
linux-sgx Refine is_xip_file and pointer range check (#965) 2022-01-18 11:05:58 +08:00
nuttx wamr: Add shared memory and memory tracing config (#835) 2021-11-16 15:54:46 +08:00
posix Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00
riot Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
windows Enable Windows XIP (#944) 2022-01-10 15:59:58 +08:00
zephyr/simple Refine some error msg, comment and document (#921) 2021-12-29 12:13:30 +08:00