[pypy-commit] pypy default: document a branch, fix a test

alex_gaynor noreply at buildbot.pypy.org
Fri Jan 25 02:10:15 CET 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r60440:9d0be76fc5ab
Date: 2013-01-24 19:10 -0600
http://bitbucket.org/pypy/pypy/changeset/9d0be76fc5ab/

Log:	document a branch, fix a test

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
@@ -43,3 +43,7 @@
 
 .. branch: fix-lookinside-iff-oopspec
 Fixed the interaction between two internal tools for controlling the JIT.
+
+.. branch: inline-virtualref-2
+Better optimized certain types of frame accesses in the JIT, particularly
+around exceptions that escape the function they were raised in.


More information about the pypy-commit mailing list