Author: Antonio Cuni <anto.c...@gmail.com>
Branch: extradoc
Changeset: r5623:3bd035f4d6ec
Date: 2016-04-02 16:07 +0200
http://bitbucket.org/pypy/extradoc/changeset/3bd035f4d6ec/

Log:    split into two slides

diff --git a/talk/bucharest2016/jit-frontend/talk.rst 
b/talk/bucharest2016/jit-frontend/talk.rst
--- a/talk/bucharest2016/jit-frontend/talk.rst
+++ b/talk/bucharest2016/jit-frontend/talk.rst
@@ -167,7 +167,7 @@
 ----------------
 
 * **translation time**: when you run "rpython targetpypy.py" to get the
-  ``pypy` binary
+  ``pypy`` binary
 
 * **runtime**: everything which happens after you start ``pypy``
 
@@ -200,6 +200,7 @@
 Terminology (3)
 ---------------
 
+
 * (the following is not 100% accurate but it's enough to understand the
   general principle)
 
@@ -222,6 +223,9 @@
   - 1 RPython function --> 1 C function --> 1 jitcode
 
 
+Terminology (4)
+---------------
+
 * **JIT traces or loops**
 
   - a very specific sequence of llops as actually executed by your Python 
program
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to