Module markcompact

Module markcompact 

Source
Expand description

Mark-compact plans.

Re-exports§

pub use lisp2::LISP2_CONSTRAINTS;

Modules§

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)