Author: fijal Branch: Changeset: r82520:a3552a8e8c2c Date: 2016-02-25 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a3552a8e8c2c/
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 @@ -170,4 +170,17 @@ When creating instances and adding attributes in several different orders depending on some condition, the JIT would create too much code. This is now -fixed. \ No newline at end of file +fixed. + +.. branch: cpyext-gc-support-2 + +Improve CPython C API support, which means lxml now runs unmodified +(after removing pypy hacks, pending pull request) + +.. branch: look-inside-tuple-hash + +Look inside tuple hash, improving mdp benchmark + +.. branch: vlen-resume + +Compress resume data, saving 10-20% of memory consumed by the JIT \ No newline at end of file _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit