[pypy-commit] pypy strbuf_by_default: turn on the strbuf (strjoin v2) objspace optimisation by default
timo_jbo
noreply at buildbot.pypy.org
Tue Jan 10 11:49:40 CET 2012
Author: Timo Paulssen <timonator at 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",
More information about the pypy-commit
mailing list