[pypy-commit] extradoc extradoc: start an outline for the tutorial

alex_gaynor noreply at buildbot.pypy.org
Wed Feb 1 05:53:01 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r4071:dbfdfec72ca7
Date: 2012-01-31 23:52 -0500
http://bitbucket.org/pypy/extradoc/changeset/dbfdfec72ca7/

Log:	start an outline for the tutorial

diff --git a/talk/pycon2012/tutorial/outline.rst b/talk/pycon2012/tutorial/outline.rst
new file mode 100644
--- /dev/null
+++ b/talk/pycon2012/tutorial/outline.rst
@@ -0,0 +1,20 @@
+How to get the most out of PyPy
+===============================
+
+* How PyPy Works
+  * Bytecode VM
+  * GC
+    * Generational
+    * Implications (building large objects)
+  * JIT
+    * JIT + Python
+      * mapdict
+      * globals/builtins
+    * tracing
+    * resops
+    * optimizations
+* A case study
+  * Open source application (TBD)
+  * Tracebin or jitviewer
+* Putting it to work
+  * Workshop style


More information about the pypy-commit mailing list