Author: Benjamin Peterson <[email protected]>
Branch: extradoc
Changeset: r4134:e54b8d104e52
Date: 2012-03-07 16:30 -0600
http://bitbucket.org/pypy/extradoc/changeset/e54b8d104e52/
Log: another slide
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
@@ -373,15 +373,26 @@
\includegraphics[scale=.45]{instancemap.png}
\end{frame}
+\begin{frame}{Conclusion}
+\begin{itemize}
+\item JIT generated from RPython description of interpreter
+\item metainterpreter traces hot loops and functions
+\item optimizations remove indirection
+\item adapt to new runtime information with bridges
+\item interpreter optimized for JIT with special hints and data structures
+\end{itemize}
+\end{frame}
+
\begin{frame}[fragile]{Thank you}
Questions?
Resources
\begin{itemize}
\item \#pypy on Freenode
+\item PyPy sprint
\item http://morepypy.blogspot.com
\item [email protected]
-\item The Architecture of Open Source Applications, Volume 2
+\item The Architecture of Open Source Applications, Volume 2 (coming out soon)
\end{itemize}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit