Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

Verification and traceability

Platform spec article

Verification and traceability

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki
PathRole
compiler/crates/beskid_runtime/src/gc.rsScope, heap TLS, collection drivers
compiler/crates/beskid_runtime/src/builtins/gc.rsExported gc_* builtins
compiler/crates/beskid_runtime/src/builtins/alloc.rsalloc entry
compiler/crates/abfall/Tri-color heap implementation
compiler/crates/beskid_codegenStack maps, barrier insertion, descriptors
compiler/crates/beskid_tests/src/runtime/jit.rsJIT + GC integration
TargetCoverage
beskid_tests runtime JITAlloc + collect under execution
beskid_runtime runtime_micro benchHot path regression guard
Future conformanceStack map completeness per function (Phase B gate)
IDEvidence
GC-001Descriptor emission tests in codegen artifacts
GC-002CLIF inspection / lowering unit tests for barrier calls
GC-003Fiber scheduler tests + code review of enter_runtime_scope
GC-004Host GcSnapshot / force_collect tests