Index: src/gc/api.c =================================================================== --- src/gc/api.c (revision 40595) +++ src/gc/api.c (working copy) @@ -48,16 +48,17 @@ buffers. String storage is managed by special Memory_Pool structures, and use a separate compacting garbage collector to keep track of them. -=item F +=item F -=item F +=item F =item F These files are the individual GC cores which implement the primary tracing and sweeping logic. gc_ms.c is the mark&sweep collector core which is used in -Parrot by default. gc_gms.c is an experimental and incomplete generational core. -gc_ims.c is an experimental and incomplete incremental collector core. +Parrot by default. src/gc/generational_ms.c is an experimental and incomplete +generational core. incremental_ms.c is an experimental and incomplete +incremental collector core. =item F