[pypy-commit] pypy default: fix test_whatsnew

arigo noreply at buildbot.pypy.org
Sun Jun 21 12:11:59 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r78223:bd2fe61e71b9
Date: 2015-06-21 12:12 +0200
http://bitbucket.org/pypy/pypy/changeset/bd2fe61e71b9/

Log:	fix test_whatsnew

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
@@ -11,3 +11,8 @@
 .. branch: stdlib-2.7.10
 
 Update stdlib to version 2.7.10
+
+.. branch: issue2062
+
+.. branch: disable-unroll-for-short-loops
+The JIT no longer performs loop unrolling if the loop compiles to too much code.


More information about the pypy-commit mailing list