Author: Alex Gaynor <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to