Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r5548:c5dc8aeb1a3e Date: 2015-09-08 21:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/c5dc8aeb1a3e/
Log: work on the blog post diff --git a/blog/draft/warmup-improvements.rst b/blog/draft/warmup-improvements.rst --- a/blog/draft/warmup-improvements.rst +++ b/blog/draft/warmup-improvements.rst @@ -44,7 +44,13 @@ should not be a visible difference if you're already achieving peak performance, however wherever warmup is a problem there should be a modest speedup. +Of course, as usual with the large refactoring of a crucial piece of PyPy, +there are expected to be bugs. We are going to wait for the default to stabilize +and you should see warmup improvements in the next release. If you're not afraid +to try, `nightlies`_ will already have them. + .. _`obvious warmup benchmark`: https://bitbucket.org/pypy/benchmarks/src/fe2e89c0ae6846e3a8d4142106a4857e95f17da7/warmup/function_call2.py?at=default +.. _`nightlies`: http://buildbot.pypy.org/nightly/trunk Cheers! fijal & arigo _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
