Author: Ronan Lamy <[email protected]> Branch: Changeset: r88675:18393cbf9171 Date: 2016-11-25 18:53 +0000 http://bitbucket.org/pypy/pypy/changeset/18393cbf9171/
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 @@ -25,3 +25,7 @@ Add jit.conditional_call_elidable(), a way to tell the JIT "conditonally call this function" returning a result. + +.. branch: desc-specialize + +Refactor FunctionDesc.specialize() and related code (RPython annotator). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
