wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang 68cdf30476
Implement stack frame GC object tracking (#1065)
Implement stack frame GC object tracking for the reclaim root set traversing
And update wamr-test-suites for latest spec cases:
- Update GC spec cases to latest version
- Patch spec interpreter to support building it with ocaml 4.0.8
- Fix runtest.py to ref.null result
- Comment some supported cases in type-cannon and type-equivalence
2022-04-08 14:07:22 +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 Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
wasm_interp_fast.c Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
wasm_interp.h Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
wasm_loader.c Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
wasm_loader.h Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
wasm_mini_loader.c Merge main into dev/gc 2022-03-25 04:00:57 +08:00
wasm_opcode.h Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
wasm_runtime.c Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
wasm_runtime.h Merge main into dev/gc 2022-03-25 04:00:57 +08:00
wasm.h Merge main into dev/gc 2022-03-25 04:00:57 +08:00