[svn:parrot] r46354 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu May 6 14:03:20 UTC 2010
Author: mikehh
Date: Thu May 6 14:03:19 2010
New Revision: 46354
URL: https://trac.parrot.org/parrot/changeset/46354
Log:
fix codetest failure - trailing spaces
Modified:
trunk/src/pmc/stringbuilder.pmc
Modified: trunk/src/pmc/stringbuilder.pmc
==============================================================================
--- trunk/src/pmc/stringbuilder.pmc Thu May 6 14:00:57 2010 (r46353)
+++ trunk/src/pmc/stringbuilder.pmc Thu May 6 14:03:19 2010 (r46354)
@@ -211,7 +211,7 @@
strings. So capacity rounded up by next algorithm:
- By 128 bytes if total capacity less then 1KB
- By 1KB if total less than 4KB
- - By 4KB if total less than 1MB
+ - By 4KB if total less than 1MB
- By 1MB otherwise.
This function is subject for tuning on real-world usage scenarios.
More information about the parrot-commits
mailing list