Expand description
Generational plans (with a copying nursery) Generational plans
Modulesยง
- Generational read/write barrier implementations.
- Generational copying (GenCopy) Plan: generational copying
- gc_work ๐
- global ๐
- Generational immix (GenImmix) Plan: generational immix
Structsยง
- ALLOCATOR_
MAPPING ๐
Constantsยง
- Barrier overhead measurement:
- Full heap collection as nursery GC.
- Constraints for generational plans. Each generational plan should overwrite based on this constant.
- RESERVED_
ALLOCATORS ๐
Functionsยง
- Create global side metadata specs for generational plans. This will call SideMetadataContext::new_global_specs(). So if a plan calls this, it should not call SideMetadataContext::new_global_specs() again.