Module markcompact
Source Expand description
pub use lisp2::LISP2_CONSTRAINTS;
- lisp2
- Mark-compact using the Lisp-2 compaction algorithm
Plan: Lisp2 (mark-compact using the Lisp-2 compaction algorithm)
- ovc
- Mark-compact using offset-vector bitmaps (OVC)
Plan: OVC (mark-compact using offset-vector bitmaps)