[pypy-commit] extradoc extradoc: I hope this diagram helps

gutworth noreply at buildbot.pypy.org
Sat Mar 10 00:13:30 CET 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: extradoc
Changeset: r4140:79ed7d894008
Date: 2012-03-09 15:13 -0800
http://bitbucket.org/pypy/extradoc/changeset/79ed7d894008/

Log:	I hope this diagram helps

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
@@ -193,6 +193,10 @@
 \end{itemize}
 \end{frame}
 
+\begin{frame}{Tracing - Diagram}
+\includegraphics[scale=.30]{tracing.png}
+\end{frame}
+
 \begin{frame}{Guards}
 \begin{itemize}
 \item as the jit traces, it makes assumptions based on runtime information
@@ -328,7 +332,7 @@
 \end{frame}
 
 \begin{frame}{JIT viewer}
-Our fancy toy for visualizing JIT
+Our fancy tool for visualizing JIT
 \end{frame}
 
 \begin{frame}{Creating assembly}
@@ -391,7 +395,6 @@
 \item \#pypy on Freenode
 \item http://morepypy.blogspot.com
 \item PyPy sprint
-\item http://morepypy.blogspot.com
 \item pypy-dev at python.org
 \item The Architecture of Open Source Applications, Volume 2 (coming out soon)
 \end{itemize}
diff --git a/talk/pycon2012/jit/tracing.png b/talk/pycon2012/jit/tracing.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d792e9f2c55384e1036891d24e83946387e31dd
GIT binary patch

[cut]



More information about the pypy-commit mailing list