Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: Changeset: r92093:694a045a39eb Date: 2017-08-05 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/694a045a39eb/
Log: document 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 @@ -60,3 +60,11 @@ Small improvement to optimize list accesses with constant indexes better by throwing away information about them less eagerly. + + +.. branch: getarrayitem-into-bridges: + +More information is retained into a bridge: knowledge about the content of +arrays (at fixed indices) is stored in guards (and thus available at the +beginning of bridges). Also, some better feeding of information about known +fields of constant objects into bridges. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit