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
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
..
aot Implement i32.div_s (#1792) 2022-12-20 14:37:07 +08:00
common Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
compilation Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
fast-jit Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
include Adding option to pass user data to allocator functions (#1765) 2022-11-30 16:19:18 +08:00
interpreter Implement Multi-tier JIT (#1774) 2022-12-20 14:37:07 +08:00
libraries Update release notes and fix issues reported by Coverity (#1813) 2022-12-20 14:37:07 +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