[pypy-commit] pypy default: Document merged branch

rlamy pypy.commits at gmail.com
Fri Nov 25 13:53:50 EST 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
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).


More information about the pypy-commit mailing list