[svn:parrot] r42617 - trunk/src/gc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:22:21 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:22:20 2009
New Revision: 42617
URL: https://trac.parrot.org/parrot/changeset/42617

Log:
Delete reference to resolved RT #42320.

Modified:
   trunk/src/gc/api.c

Modified: trunk/src/gc/api.c
==============================================================================
--- trunk/src/gc/api.c	Sat Nov 21 02:21:04 2009	(r42616)
+++ trunk/src/gc/api.c	Sat Nov 21 02:22:20 2009	(r42617)
@@ -750,10 +750,6 @@
     Buffer_buflen(str)   = 0;
     Buffer_bufstart(str) = NULL;
 
-    /* there's no sense in allocating zero memory, when the overhead of
-     * allocating a string is one pointer; this can fill the pools in an
-     * uncompactable way.  See RT #42320.
-     */
     if (size == 0)
         return;
 


More information about the parrot-commits mailing list