wasm-micro-runtime/core/iwasm/fast-jit
TianlongLiang 58c980c4df
Fix llvm jit push funcref/externref result type issue (#3169)
When dealing with non-gc enabled funcref/externref, need to make sure
to push them as i32 type.
2024-02-21 12:15:18 +08:00
..
cg Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
fe Fix llvm jit push funcref/externref result type issue (#3169) 2024-02-21 12:15:18 +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 Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +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 Use logger for runtime error/debug prints (#3097) 2024-02-06 13:02:54 +08:00
jit_compiler.h Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +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 GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
jit_frontend.h Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +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 Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
jit_regalloc.c Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
jit_utils.h Remove unused JitBitmap (#2775) 2023-11-16 18:48:06 +08:00