Author: Simon Cross <[email protected]> Branch: extradoc Changeset: r4121:1bfb8636b847 Date: 2012-03-06 00:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/1bfb8636b847/
Log: Mention JIT more explicitly in JIT performance slide. diff --git a/talk/pycon2012/tutorial/slides.rst b/talk/pycon2012/tutorial/slides.rst --- a/talk/pycon2012/tutorial/slides.rst +++ b/talk/pycon2012/tutorial/slides.rst @@ -168,11 +168,11 @@ Performance characteristics - JIT ================================= -* important notion - don't consider operations in separation +* important - JIT never considers operations in isolation -* always working as a loop or as a function +* JIT always works on a loop or a function -* heuristics to what we believe is common python +* JIT heuristically optimized for what we believe is common Python * often much faster than CPython once warm _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
