[pypy-commit] pypy default: Document branches

arigo pypy.commits at gmail.com
Sat Apr 9 10:17:18 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r83594:a28233b58867
Date: 2016-04-09 17:16 +0300
http://bitbucket.org/pypy/pypy/changeset/a28233b58867/

Log:	Document branches

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
@@ -40,3 +40,15 @@
 .. branch: rposix-for-3
 
 Wrap more POSIX functions in `rpython.rlib.rposix`.
+
+.. branch: cleanup-history-rewriting
+
+A local clean-up in the JIT front-end.
+
+.. branch: jit-constptr-2
+
+Remove the forced minor collection that occurs when rewriting the
+assembler at the start of the JIT backend. This is done by emitting
+the ConstPtrs in a separate table, and loading from the table.  It
+gives improved warm-up time and memory usage, and also removes
+annoying special-purpose code for pinned pointers.


More information about the pypy-commit mailing list