[pypy-commit] pypy small-unroll-improvements: a whatsnew entry

cfbolz noreply at buildbot.pypy.org
Tue Apr 22 10:34:21 CEST 2014


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: small-unroll-improvements
Changeset: r70847:12df2e35d942
Date: 2014-04-22 10:29 +0200
http://bitbucket.org/pypy/pypy/changeset/12df2e35d942/

Log:	a whatsnew entry

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
@@ -133,4 +133,7 @@
 
 .. branch: ast-issue1673
 fix ast classes __dict__ are always empty problem and fix the ast deepcopy issue when 
-there is missing field
\ No newline at end of file
+there is missing field
+
+.. branch: small-unroll-improvements
+Improve optimiziation of small allocation-heavy loops in the JIT


More information about the pypy-commit mailing list