wasm-micro-runtime/core/iwasm/fast-jit
liang.he c88a103641
Implement the main framework of Multi-tier JIT dynamic pgo (#2227)
- Use WASMProfCntInfo to record opcode profiling information
- Optimize fast-jit profiling counter APIs
- About tier-up controller
  -- use a loop to check function entry counter value every 100ms
  -- let LLLazyJIT threadpool to add prof meta, optimize IR and generate machine code
2023-06-06 12:39:48 +08:00
..
cg Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
fe Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
asmjit_sgx_patch.diff Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
iwasm_fast_jit.cmake Fix fast-jit build error (#2023) 2023-03-12 20:17:49 +08:00
jit_codecache.c Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
jit_codecache.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
jit_codegen.c Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
jit_codegen.h Implement Multi-tier JIT (#1774) 2022-12-19 11:24:46 +08:00
jit_compiler.c Implement the main framework of Multi-tier JIT dynamic pgo (#2227) 2023-06-06 12:39:48 +08:00
jit_compiler.h Implement Multi-tier JIT (#1774) 2022-12-19 11:24:46 +08:00
jit_dump.c Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
jit_dump.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
jit_frontend.c Implement the main framework of Multi-tier JIT dynamic pgo (#2227) 2023-06-06 12:39:48 +08:00
jit_frontend.h Implement the main framework of Multi-tier JIT dynamic pgo (#2227) 2023-06-06 12:39:48 +08:00
jit_ir.c Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
jit_ir.def Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
jit_ir.h Implement the main framework of Multi-tier JIT dynamic pgo (#2227) 2023-06-06 12:39:48 +08:00
jit_regalloc.c [dpgo] Add a counter at the entry of every fast-jit generated function (#2209) 2023-05-22 12:29:52 +08:00
jit_utils.c Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
jit_utils.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00