[pypy-commit] pypy default: fix whatsnew

bdkearns noreply at buildbot.pypy.org
Sat Mar 16 19:39:54 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r62369:00f94fe08f9a
Date: 2013-03-16 14:38 -0400
http://bitbucket.org/pypy/pypy/changeset/00f94fe08f9a/

Log:	fix whatsnew

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
@@ -86,3 +86,8 @@
 
 .. branch: vendor-rename
 Remove minor verison number from lib-python dirs to simplify stdlib upgrades.
+
+.. branch: jitframe-on-heap
+Moves optimized JIT frames from stack to heap. As a side effect it enables
+stackless to work well with the JIT on PyPy. Also removes a bunch of code from
+the GC which fixes cannot find gc roots.


More information about the pypy-commit mailing list