wasm-micro-runtime/core/iwasm/interpreter
TianlongLiang 7d86111a53
Refactor the LLVM IR translation of the existing opcodes for GC AOT (#2376)
Refactor the LLVM IR translation of below opcodes:
  CALL_INDIRECT, SELECT_T, TABLE_GET, TABLE_SET,
  REF_NULL, REF_IS_NULL, REF_FUNC,
  TABLE_INIT, TABLE_GROW, TABLE_FILL,
  GET_LOCAL, SET_LOCAL, TEE_LOCAL

And refactor aot_drop_table_seg and add aot_create_func_obj.
2023-08-23 16:04:10 +08:00
..
iwasm_interp.cmake Implement wasm mini loader and refine footprint of loader and runtime (#276) 2020-06-08 11:19:09 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
wasm_interp_classic.c Merge branch main into dev/gc_refactor 2023-08-07 09:35:10 +08:00
wasm_interp_fast.c Fix inconsistences in marking slot for gc object (#2434) 2023-08-08 14:28:44 +08:00
wasm_interp.h Implement GC for fast interpreter (#1999) 2023-03-07 08:44:22 +08:00
wasm_loader.c Fix validation non-nullable locals (#2462) 2023-08-14 19:25:52 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Merge branch main into dev/gc_refactor 2023-08-07 09:35:10 +08:00
wasm_opcode.h Support GC opcodes generated by binaryen (#2110) 2023-04-10 15:12:22 +08:00
wasm_runtime.c Refactor the LLVM IR translation of the existing opcodes for GC AOT (#2376) 2023-08-23 16:04:10 +08:00
wasm_runtime.h Refactor the LLVM IR translation of the existing opcodes for GC AOT (#2376) 2023-08-23 16:04:10 +08:00
wasm.h Refactor the LLVM IR translation of the existing opcodes for GC AOT (#2376) 2023-08-23 16:04:10 +08:00