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/common
Wenyong Huang 14288f59b0
Implement Multi-tier JIT (#1774)
Implement 2-level Multi-tier JIT engine: tier-up from Fast JIT to LLVM JIT to
get quick cold startup by Fast JIT and better performance by gradually
switching to LLVM JIT when the LLVM JIT functions are compiled by the
backend threads.

Refer to:
https://github.com/bytecodealliance/wasm-micro-runtime/issues/1302
2022-12-19 11:24:46 +08:00
..
arch Implement invokeNative asm code for MinGW (#1753) 2022-11-28 17:48:06 +08:00
iwasm_common.cmake Implement invokeNative asm code for MinGW (#1753) 2022-11-28 17:48:06 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
wasm_application.c Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
wasm_c_api_internal.h wasm-c-api: Fix init/destroy thread env multiple times issue (#1766) 2022-12-05 11:16:14 +08:00
wasm_c_api.c Use boringssl instead of openssl to implement wasm cache loading (#1804) 2022-12-13 14:23:37 +08:00
wasm_exec_env.c Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
wasm_exec_env.h Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
wasm_memory.c Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
wasm_memory.h Enlarge max pool size and fix bh_memcpy_s dest max size check (#1151) 2022-05-07 16:09:16 +08:00
wasm_native.c wasm_native.c: Fix build with certain combinations of options (#1778) 2022-12-02 11:41:40 +08:00
wasm_native.h Add wasm_runtime_unregister_natives (#1647) 2022-10-28 11:03:39 +08:00
wasm_runtime_common.c Implement Multi-tier JIT (#1774) 2022-12-19 11:24:46 +08:00
wasm_runtime_common.h Refine AOT exception check when function return (#1752) 2022-11-30 20:18:28 +08:00
wasm_shared_memory.c Fix compile warning in wasm_shared_memory.c (#1772) 2022-11-30 18:17:41 +08:00
wasm_shared_memory.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00