Author: Matti Picus <[email protected]> Branch: Changeset: r91546:e9b28081c7e0 Date: 2017-06-06 00:03 +0300 http://bitbucket.org/pypy/pypy/changeset/e9b28081c7e0/
Log: tweak release notice diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst --- a/pypy/doc/release-v5.8.0.rst +++ b/pypy/doc/release-v5.8.0.rst @@ -10,8 +10,9 @@ This new PyPy2.7 release includes the upstream stdlib version 2.7.13, and PyPy3.5 includes the upstream stdlib version 3.5.3. -This release enables link-time optimization and `profile guided optimization` -of the base interpreter, which may make unjitted code run faster. +This release enables link-time optimization and `profile guided optimization`_ +of the base interpreter, which may make unjitted code run faster. To use these, +translate with appropriate `options`_. Please let us know if your use case is slow, we have ideas how to make things faster but need real-world examples (not micro-benchmarks) of problematic code. @@ -49,6 +50,7 @@ .. _`RPython`: https://rpython.readthedocs.org .. _`modules`: project-ideas.html#make-more-python-modules-pypy-friendly .. _`help`: project-ideas.html +.. _`options`: config/commandline.html#general-translation-options .. _`these benchmarks show`: https://morepypy.blogspot.com/2017/03/async-http-benchmarks-on-pypy3.html What is PyPy? @@ -148,7 +150,7 @@ accepted in a few more places, e.g. in compile() -.. _here: http://rpython.readthedocs.io/en/latest/cpython_differences.html +.. _here: cpython_differences.html Highlights of the PyPy3.5 release (since 5.7 beta released March 2017) ====================================================================== _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
