[pypy-commit] pypy default: fix test_whatsnew

antocuni noreply at buildbot.pypy.org
Thu Apr 11 13:53:28 CEST 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r63228:8cb41911f59c
Date: 2013-04-11 12:53 +0100
http://bitbucket.org/pypy/pypy/changeset/8cb41911f59c/

Log:	fix test_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
@@ -46,6 +46,10 @@
 Fix a bug which casused cffi to return the wrong result when calling a C
 function which calls a Python callback which forces the frames
 
+.. branch: virtual-raw-mallocs
+JIT optimizations which makes cffi calls even faster, by removing the need to
+allocate a temporary buffer where to store the arguments.
+
 .. branches we don't care about
 .. branch: autoreds
 .. branch: reflex-support


More information about the pypy-commit mailing list