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/fast-jit/cg
Wenyong Huang e8ce4c542e 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-20 14:37:07 +08:00
..
x86-64 Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
LICENSE_ASMJIT Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
LICENSE_ZYDIS Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00