[pypy-svn] r61222 - pypy/extradoc/talk/wroclaw2009

fijal at codespeak.net fijal at codespeak.net
Thu Jan 22 11:22:47 CET 2009


Author: fijal
Date: Thu Jan 22 11:22:47 2009
New Revision: 61222

Added:
   pypy/extradoc/talk/wroclaw2009/architecture.png   (contents, props changed)
   pypy/extradoc/talk/wroclaw2009/architecture2.png   (contents, props changed)
   pypy/extradoc/talk/wroclaw2009/happy_snake.jpg   (contents, props changed)
Modified:
   pypy/extradoc/talk/wroclaw2009/talk.txt
Log:
pics


Added: pypy/extradoc/talk/wroclaw2009/architecture.png
==============================================================================
Binary file. No diff available.

Added: pypy/extradoc/talk/wroclaw2009/architecture2.png
==============================================================================
Binary file. No diff available.

Added: pypy/extradoc/talk/wroclaw2009/happy_snake.jpg
==============================================================================
Binary file. No diff available.

Modified: pypy/extradoc/talk/wroclaw2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/wroclaw2009/talk.txt	(original)
+++ pypy/extradoc/talk/wroclaw2009/talk.txt	Thu Jan 22 11:22:47 2009
@@ -99,6 +99,19 @@
 .. image:: architecture2.png
    :scale: 60
 
+An example of benefit
+=====================
+
+* Python has complicated semantics
+
+* Python guarantees that it won't segfault on
+  a stack exhaustion
+
+* CPython includes some stack checks in the source, but they
+  don't catch every case
+
+* We include it automatically so all cases are guaranteed to be covered
+
 PyPy - implementation language
 ==============================
 
@@ -170,6 +183,8 @@
 * based on tracing JIT by Michael Franz
   (the same paper as tracemonkey is based on)
 
+* written in RPython!
+
 JIT - the main idea
 ===================
 
@@ -185,4 +200,22 @@
   instead of doing that on python's source
   code
 
+Project future
+==============
+
+* more JIT
+
+* more funding
+
+* 1.1 release this spring
+
+* sprint in Wroclaw 7-14 February
+
+Q&A
+===
+
+* this slides: http://codespeak.net/svn/pypy/extradoc/talk/wroclaw2009/talk.pdf
+
+* blog: http://morepypy.blogspot.com
 
+* project webpage: http://codespeak.net/pypy



More information about the Pypy-commit mailing list