Author: Alex Gaynor <[email protected]> Branch: Changeset: r65390:9f02b5f8efe5 Date: 2013-07-14 15:06 -0700 http://bitbucket.org/pypy/pypy/changeset/9f02b5f8efe5/
Log: Write a whatsnew entry for my 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 @@ -24,3 +24,8 @@ .. branch: distutils-cppldflags Copy CPython's implementation of customize_compiler, dont call split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and LDFLAGS on Unices. + +.. branch: precise-instantiate +When an RPython class is instantiated via an indirect call (that is, which +class is being instantiated isn't known precisely) allow the optimizer to have +more precise information about which functions can be called. Needed for Topaz. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
