Expand description
Memory management for Shape VM
Without gc feature: stub using Arc reference counting (no-op GC).
With gc feature: delegates to shape-gc’s GcHeap for real collection.
Structs§
- GCConfig
- Garbage collection configuration
- GCResult
- Result of a garbage collection
- GCStats
- Garbage collection statistics
- Garbage
Collector - Shape VM Garbage Collector
Functions§
- record_
heap_ write - Record a heap write for barrier coverage tracking.
- write_
barrier_ slot - Write barrier for GC-tracked heap writes (raw u64 bits).
- write_
barrier_ vw - Write barrier for GC-tracked heap writes (ValueWord level).
Type Aliases§
- Object
Id - Unique identifier for managed objects (legacy, kept for API compatibility)