schrift
schrift copied to clipboard
Tracking issue: Garbage collection
This is a high level issue for tracking ideas about heap memory management and GC in the Schrift VM. The VM currently uses Arc for heap-allocated values.
Resources
Gc: non-concurrent GC for Rust with similar ergonomics toRc- https://github.com/Manishearth/rust-gc- Broom: mark and sweep collector for Rust - https://github.com/zesterer/broom