[pypy-commit] extradoc extradoc: add stuff

fijal noreply at buildbot.pypy.org
Sat Feb 4 20:53:24 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list