1//! Plan: marksweep 2 3mod gc_work; 4mod global; 5pub mod mutator; 6 7pub use self::global::MarkSweep; 8pub use self::global::MS_CONSTRAINTS;