[svn:parrot] r44260 - branches/sys_mem_reduce/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Feb 20 23:29:35 UTC 2010


Author: bacek
Date: Sat Feb 20 23:29:35 2010
New Revision: 44260
URL: https://trac.parrot.org/parrot/changeset/44260

Log:
Remove FIXME comment.

Modified:
   branches/sys_mem_reduce/src/pmc/fixedbooleanarray.pmc

Modified: branches/sys_mem_reduce/src/pmc/fixedbooleanarray.pmc
==============================================================================
--- branches/sys_mem_reduce/src/pmc/fixedbooleanarray.pmc	Sat Feb 20 23:19:21 2010	(r44259)
+++ branches/sys_mem_reduce/src/pmc/fixedbooleanarray.pmc	Sat Feb 20 23:29:35 2010	(r44260)
@@ -339,7 +339,6 @@
 
         SET_ATTR_size(INTERP, SELF, size);
         SET_ATTR_resize_threshold(INTERP, SELF, size_in_bytes * BITS_PER_CHAR);
-        // FIXME We should clear allocated memory
         SET_ATTR_bit_array(INTERP, SELF,
                 mem_gc_allocate_n_typed(INTERP, size_in_bytes, unsigned char));
     }


More information about the parrot-commits mailing list