[pypy-svn] extradoc extradoc: clarify

antocuni commits-noreply at bitbucket.org
Wed Apr 6 14:22:35 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r3478:ce3075d47faa
Date: 2011-04-06 14:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/ce3075d47faa/

Log:	clarify

diff --git a/talk/ep2011/training.txt b/talk/ep2011/training.txt
--- a/talk/ep2011/training.txt
+++ b/talk/ep2011/training.txt
@@ -21,8 +21,9 @@
 
     - general overview of how the PyPy JIT works
 
-    - how to optimize your program for the PyPy JIT by looking at the produced
-      traces
+    - how to optimize your program for the PyPy JIT
+
+    - how to view and interpret the traces produced by the JIT
 
     - how to tweak the parameters of the JIT and the GC
 


More information about the Pypy-commit mailing list