[pypy-commit] extradoc extradoc: Mention JIT more explicitly in JIT performance slide.

hodgestar noreply at buildbot.pypy.org
Mon Mar 5 23:53:45 CET 2012


Author: Simon Cross <hodgestar at gmail.com>
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
 


More information about the pypy-commit mailing list