wasm-micro-runtime/core/iwasm/common
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
..
arch Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
gc Implement stack frame GC object tracking (#1065) 2022-04-08 14:07:22 +08:00
iwasm_common.cmake Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
wasm_application.c Implement instantiation and classic interpreter for GC feature (#1025) 2022-03-22 15:53:37 +08:00
wasm_c_api_internal.h Add a reference counter to wasm_engine_t (#1001) 2022-03-22 17:14:15 +08:00
wasm_c_api.c Merge main into dev/gc 2022-03-25 04:00:57 +08:00
wasm_exec_env.c [debugger enhance] don't block gdbserver thread while executing (#989) 2022-02-16 17:35:35 +08:00
wasm_exec_env.h Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
wasm_memory.c Implement GC allocator and collector (#1052) 2022-04-08 08:44:31 +08:00
wasm_memory.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_native.c Merge main into dev/gc 2022-02-14 13:37:37 +08:00
wasm_native.h Import basic codes of GC feature (#823) 2021-11-09 18:25:08 +08:00
wasm_runtime_common.c Merge main into dev/gc 2022-03-25 04:00:57 +08:00
wasm_runtime_common.h Merge main into dev/gc 2022-03-25 04:00:57 +08:00
wasm_shared_memory.c Use nanosecond for atomic wait (#1041) 2022-03-10 19:43:27 +08:00
wasm_shared_memory.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00