[pypy-commit] pypy default: update documentation

mattip noreply at buildbot.pypy.org
Mon Oct 26 08:38:28 EDT 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r80462:1a6ab3d799b1
Date: 2015-10-26 23:38 +1100
http://bitbucket.org/pypy/pypy/changeset/1a6ab3d799b1/

Log:	update documentation

diff --git a/pypy/doc/release-4.0.0.rst b/pypy/doc/release-4.0.0.rst
--- a/pypy/doc/release-4.0.0.rst
+++ b/pypy/doc/release-4.0.0.rst
@@ -198,6 +198,9 @@
 
   * Handle getfield_gc_pure* and getfield_gc_* uniformly in heap.py
 
+  * Improve simple trace function performance by lazily calling fast2locals
+    and locals2fast only if truly necessary
+
 .. _`vmprof`: https://vmprof.readthedocs.org
 .. _resolved: http://doc.pypy.org/en/latest/whatsnew-15.11.0.html
 
diff --git a/pypy/doc/whatsnew-4.0.0.rst b/pypy/doc/whatsnew-4.0.0.rst
--- a/pypy/doc/whatsnew-4.0.0.rst
+++ b/pypy/doc/whatsnew-4.0.0.rst
@@ -92,3 +92,6 @@
 
 .. branch: osx-libffi
 
+.. branch: lazy-fast2locals
+improve the performance of simple trace functions by lazily calling
+fast2locals and locals2fast only if f_locals is actually accessed.
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
@@ -3,8 +3,6 @@
 =========================
 
 .. this is a revision shortly after release-4.0.0
-.. startrev: 9397d7c6f5aa
+.. startrev: 57c9a47c70f6
 
-.. branch: lazy-fast2locals
-improve the performance of simple trace functions by lazily calling
-fast2locals and locals2fast only if f_locals is actually accessed.
+


More information about the pypy-commit mailing list