[svn:parrot] r47165 - branches/gc_massacre/src/gc
bacek at svn.parrot.org
bacek at svn.parrot.org
Sun May 30 15:15:25 UTC 2010
Author: bacek
Date: Sun May 30 15:15:24 2010
New Revision: 47165
URL: https://trac.parrot.org/parrot/changeset/47165
Log:
Add bits of comments
Modified:
branches/gc_massacre/src/gc/gc_tms.c
Modified: branches/gc_massacre/src/gc/gc_tms.c
==============================================================================
--- branches/gc_massacre/src/gc/gc_tms.c Sun May 30 14:59:26 2010 (r47164)
+++ branches/gc_massacre/src/gc/gc_tms.c Sun May 30 15:15:24 2010 (r47165)
@@ -476,6 +476,8 @@
struct TriColor_GC *self;
/* Compatibility with "old" GC */
+ /* Used only in trace_system_stack, etc. */
+ /* Remove after switching to GC.trace_roots */
interp->mem_pools = mem_internal_allocate_zeroed_typed(Memory_Pools);
interp->mem_pools->num_sized = 0;
interp->mem_pools->num_attribs = 0;
@@ -607,6 +609,7 @@
self.allocator.free($dead);
}
*/
+ /* FIXME Move "constant" PMCs into @constant_pmcs */
tmp = self->dead_objects->first;
while (tmp) {
List_Item_Header *next = tmp->next;
More information about the parrot-commits
mailing list