Author: Antonio Cuni <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
