Author: Timo Paulssen <timona...@perpetuum-immobile.de>
Branch: strbuf_by_default
Changeset: r51196:211606889b44
Date: 2012-01-10 11:47 +0100
http://bitbucket.org/pypy/pypy/changeset/211606889b44/

Log:    turn on the strbuf (strjoin v2) objspace optimisation by default

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -237,7 +237,7 @@
                    default=False),
 
         BoolOption("withstrbuf", "use strings optimized for addition (ver 2)",
-                   default=False),
+                   default=True),
 
         BoolOption("withprebuiltchar",
                    "use prebuilt single-character string objects",
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to