wasm-micro-runtime/core/iwasm/common/gc
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
..
gc_object.c Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
gc_object.h Implement instantiation and classic interpreter for GC feature (#1025) 2022-03-22 15:53:37 +08:00
gc_type.c Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
gc_type.h Implement GC bytecode validation (#918) 2022-02-15 11:24:25 +08:00
iwasm_gc.cmake Implement GC allocator and collector (#1052) 2022-04-08 08:44:31 +08:00