Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r65974:83155329906e Date: 2013-08-06 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/83155329906e/
Log: document missing branches 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 @@ -66,3 +66,10 @@ .. branch: kill-typesystem Remove the "type system" abstraction, now that there is only ever one kind of type system used. + +.. branch: kill-gen-store-back-in +Kills gen_store_back_in_virtualizable - should improve non-inlined calls by +a bit + +.. branch: dotviewer-linewidth +.. branch: reflex-support _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
