[svn:parrot] r40596 - trunk/src/gc
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Sun Aug 16 17:34:41 UTC 2009
Author: dukeleto
Date: Sun Aug 16 17:34:39 2009
New Revision: 40596
URL: https://trac.parrot.org/parrot/changeset/40596
Log:
[TT #927][docs] Update filenames in src/gc/api.c, eirik++
Modified:
trunk/src/gc/api.c
Modified: trunk/src/gc/api.c
==============================================================================
--- trunk/src/gc/api.c Sun Aug 16 14:52:13 2009 (r40595)
+++ trunk/src/gc/api.c Sun Aug 16 17:34:39 2009 (r40596)
@@ -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<src/gc/gc_ims.c>
+=item F<src/gc/incremental_ms.c>
-=item F<src/gc/gc_gms.c>
+=item F<src/gc/generational_ms.c>
=item F<src/gc/gc_ms.c>
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.
+and sweeping logic. gc_ms.c is the mark & sweep collector core which is used in
+Parrot by default. generational_ms.c is an experimental and incomplete
+generational core. incremental_ms.c is an experimental and incomplete
+incremental collector core.
=item F<src/gc/mark_sweep.c>
More information about the parrot-commits
mailing list