[pypy-commit] pypy default: Documented this merged branch.

alex_gaynor noreply at buildbot.pypy.org
Mon Jul 29 01:31:56 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r65762:a8ee65110a32
Date: 2013-07-28 16:31 -0700
http://bitbucket.org/pypy/pypy/changeset/a8ee65110a32/

Log:	Documented this 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
@@ -48,3 +48,7 @@
 Allow subclassing ndarray, i.e. matrix
 
 .. branch: kill-ootype
+
+.. branch: fast-slowpath
+Added an abstraction for functions with a fast and slow path in the JIT. This
+speeds up list.append() and list.pop().


More information about the pypy-commit mailing list