Author: Maciej Fijalkowski <[email protected]>
Branch: extradoc
Changeset: r4073:ac8c392d4e01
Date: 2012-02-04 21:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/ac8c392d4e01/

Log:    add stuff

diff --git a/talk/pycon2012/tutorial/outline.rst 
b/talk/pycon2012/tutorial/outline.rst
--- a/talk/pycon2012/tutorial/outline.rst
+++ b/talk/pycon2012/tutorial/outline.rst
@@ -1,9 +1,18 @@
 How to get the most out of PyPy
 ===============================
 
+* Why would you use PyPy - a quick look:
+  * performance
+  * memory consumption
+  * numpy (soon)
+  * sandbox
+* Why you would not use PyPy (yet)
+  * embedded
+  * some extensions don't work (lxml)
 * How PyPy Works
   * Bytecode VM
   * GC
+    * not refcounting
     * Generational
     * Implications (building large objects)
   * JIT
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to