schrift icon indicating copy to clipboard operation
schrift copied to clipboard

Tracking issue: Garbage collection

Open thesephist opened this issue 5 years ago • 0 comments

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 to Rc - https://github.com/Manishearth/rust-gc
  • Broom: mark and sweep collector for Rust - https://github.com/zesterer/broom

thesephist avatar Sep 28 '20 10:09 thesephist