Author: Carl Friedrich Bolz <[email protected]> Branch: arrays-force-less Changeset: r92035:5d7f91496e04 Date: 2017-08-02 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5d7f91496e04/
Log: document 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 @@ -55,3 +55,8 @@ Fix the bounds in the GC when allocating a lot of objects with finalizers, fixes issue #2590 + +.. branch: arrays-force-less + +Small improvement to optimize list accesses with constant indexes better by +throwing away information about them less eagerly. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
