[svn:parrot] r37704 - trunk/src/string

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Mar 25 07:17:03 UTC 2009


Author: cotto
Date: Wed Mar 25 07:17:01 2009
New Revision: 37704
URL: https://trac.parrot.org/parrot/changeset/37704

Log:
[string] remove a long-obselete comment

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Wed Mar 25 05:56:31 2009	(r37703)
+++ trunk/src/string/api.c	Wed Mar 25 07:17:01 2009	(r37704)
@@ -29,18 +29,6 @@
 #include "private_cstring.h"
 #include "parrot/resources.h"
 
-/*
- * this extra size is in the hope that some concat ops might
- * follow in a sequence.
- *
- * compiling 3180 chars of a bf program with bfc gives:
- *
- *             extra = 4          512          1024
- * GC runs          2376           74            36
- * mem copied      210 MB        6 MB          3 MB
- * time -C          5.2 s       0.3 s         0.2 s
- */
-
 #define nonnull_encoding_name(s) (s) ? (s)->encoding->name : "null string"
 #define saneify_string(s) \
     PARROT_ASSERT((s)->encoding); \


More information about the parrot-commits mailing list