[pypy-commit] pypy default: document merged branch

mattip noreply at buildbot.pypy.org
Fri Feb 7 11:08:09 CET 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r69095:62009b849a14
Date: 2014-02-07 12:06 +0200
http://bitbucket.org/pypy/pypy/changeset/62009b849a14/

Log:	document merged branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -57,3 +57,10 @@
 mapdicts keep track of whether or not an attribute is every assigned to
 multiple times. If it's only assigned once then an elidable lookup is used when
 possible.
+
+.. branch: precompiled-headers
+Create a Makefile using precompiled headers for MSVC platforms.
+The downside is a messy nmake-compatible Makefile. Since gcc shows minimal
+speedup, it was not implemented.
+
+


More information about the pypy-commit mailing list