[pypy-commit] pypy default: Document branch 'exctrans'

rlamy pypy.commits at gmail.com
Wed Jan 27 13:25:02 EST 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r81982:a27b8ecd898e
Date: 2016-01-27 18:23 +0000
http://bitbucket.org/pypy/pypy/changeset/a27b8ecd898e/

Log:	Document branch 'exctrans'

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,9 @@
 `rpython/jit/metainterp/optimizeopt/pure.py`, which can result in better codegen
 for traces containing a large number of pure getfield operations.
 
+.. branch: exctrans
+
+Try to ensure that no new functions get annotated during the 'source_c' phase.
+Refactor sandboxing to operate at a higher level.
+
 .. branch: cpyext-bootstrap


More information about the pypy-commit mailing list