Author: Ronan Lamy <[email protected]> Branch: Changeset: r76265:2b553dc58a66 Date: 2015-03-07 02:05 +0000 http://bitbucket.org/pypy/pypy/changeset/2b553dc58a66/
Log: document branch 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 @@ -34,3 +34,6 @@ .. branch: nonquadratic-heapcache Speed up the warmup times of the JIT by removing a quadratic algorithm in the heapcache. + +.. branch: online-transforms-2 +Simplify flow graphs on the fly during annotation phase. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
