[pypy-commit] extradoc extradoc: indicate intepreter is in RPython

gutworth noreply at buildbot.pypy.org
Wed Mar 7 18:30:46 CET 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: extradoc
Changeset: r4131:2962638984fb
Date: 2012-03-07 11:30 -0600
http://bitbucket.org/pypy/extradoc/changeset/2962638984fb/

Log:	indicate intepreter is in RPython

diff --git a/talk/pycon2012/jit/slides.tex b/talk/pycon2012/jit/slides.tex
--- a/talk/pycon2012/jit/slides.tex
+++ b/talk/pycon2012/jit/slides.tex
@@ -126,6 +126,7 @@
 
 \begin{frame}{Generating the JIT}
 \begin{itemize}
+\item RPython interpreter is in low-level flowgraphs
 \item low-level flowgraphs converted to jitcodes
 \item interpreter decides what functions to ``look into''
 \item jitcodes stored in binary


More information about the pypy-commit mailing list