Author: Carl Friedrich Bolz <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
