[pypy-commit] pypy call-loopinvariant-into-bridges: document branch

cfbolz pypy.commits at gmail.com
Wed Mar 7 10:27:56 EST 2018


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: call-loopinvariant-into-bridges
Changeset: r93961:68fc67129db2
Date: 2018-03-07 13:36 +0100
http://bitbucket.org/pypy/pypy/changeset/68fc67129db2/

Log:	document 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
@@ -48,3 +48,9 @@
 .. branch: refactor-slots
 
 Refactor cpyext slots.
+
+
+.. branch: call-loopinvariant-into-bridges
+
+Speed up branchy code that does a lot of function inlining by saving one call
+to read the TLS in most bridges.


More information about the pypy-commit mailing list