[pypy-svn] r58230 - pypy/extradoc/talk/maemo-summit-2008

fijal at codespeak.net fijal at codespeak.net
Thu Sep 18 22:37:45 CEST 2008


Author: fijal
Date: Thu Sep 18 22:37:43 2008
New Revision: 58230

Added:
   pypy/extradoc/talk/maemo-summit-2008/
   pypy/extradoc/talk/maemo-summit-2008/lightning.txt   (contents, props changed)
Log:
(very draftish) Draft of some slides for tomorrow


Added: pypy/extradoc/talk/maemo-summit-2008/lightning.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/maemo-summit-2008/lightning.txt	Thu Sep 18 22:37:43 2008
@@ -0,0 +1,37 @@
+Why yet another python interpreter?
+===================================
+
+* PyPy - very compatible to CPython
+
+* Interpreter written in a static subset of Python
+
+* Waaaay easier to experiment with
+
+Interpreter startup time
+========================
+
+XXX
+
+Memory usage
+============
+
+* Pluggable garbage collectors - why not come with something
+  embedded friendly?
+
+* Less per-object overhead
+
+* Impossible in CPython optimizations
+
+Multiple interpreters
+=====================
+
+* Again, pluggable GCs
+
+* Share some static data (pyc files, modules, etc.)
+
+JIT
+===
+
+* In progress for x86
+
+* Why not run on ARM as well?



More information about the Pypy-commit mailing list