Author: Antonio Cuni <[email protected]> Branch: Changeset: r55128:475b246431f9 Date: 2012-05-17 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/475b246431f9/
Log: update whatsnew diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst --- a/pypy/doc/whatsnew-1.9.rst +++ b/pypy/doc/whatsnew-1.9.rst @@ -66,7 +66,13 @@ .. branch: win64-stage1 .. branch: zlib-mem-pressure +.. branch: ffistruct +The ``ffistruct`` branch adds a very low level way to express C structures +with _ffi in a very JIT-friendly way + + .. "uninteresting" branches that we should just ignore for the whatsnew: .. branch: sanitize-finally-stack -.. branch: revive-dlltool (preliminary work for sepcomp) +.. branch: revive-dlltool + (preliminary work for sepcomp) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
