[pypy-svn] r32882 - pypy/extradoc/talk/strakt06

pedronis at codespeak.net pedronis at codespeak.net
Wed Oct 4 18:51:50 CEST 2006


Author: pedronis
Date: Wed Oct  4 18:51:45 2006
New Revision: 32882

Added:
   pypy/extradoc/talk/strakt06/
      - copied from r32875, pypy/extradoc/talk/vancouver/
   pypy/extradoc/talk/strakt06/usecases-slides.txt
      - copied, changed from r32875, pypy/extradoc/talk/ep2006/usecases-slides.txt
Modified:
   pypy/extradoc/talk/strakt06/talk.txt
Log:
talks for tomorrow at strakt



Modified: pypy/extradoc/talk/strakt06/talk.txt
==============================================================================
--- pypy/extradoc/talk/vancouver/talk.txt	(original)
+++ pypy/extradoc/talk/strakt06/talk.txt	Wed Oct  4 18:51:45 2006
@@ -1,12 +1,12 @@
 .. include:: <s5defs.txt>
 
 =================================================
-PyPy Status
+PyPy Introduction
 =================================================
 
-:Authors: Samuele Pedroni, PyPy Team
-:Date: 6th August 2006
-:Location: Vancouver Python Workshop, Vancouver
+:Authors: PyPy Team
+:Date: 5th October 2006
+:Location: AB Strakt, Gothenburg
 
 What it is?
 ===================
@@ -39,7 +39,7 @@
 - generate a psyco-like JIT
 
 (right now without a JIT
-we can be 2.3x-6x slower than
+we can be 2.7x-6x slower than
 CPython, depending on features
 etc, we can still improve on
 this too)
@@ -51,7 +51,7 @@
 
 - POSIX/C (like CPython)
 - .NET (like IronPython)
-- ...
+- JavaScript
 
 How
 =====================
@@ -79,7 +79,7 @@
   (95% of core tests)
 - translates to C, LLVM
   (since August last year)
-- 0.9 was recently released
+- 0.9 was the last release
 - PyPy translated to .NET
   (no .NET gluing, much work
   left)
@@ -96,12 +96,6 @@
   programming features
 - ext-compiler
 
-
-Search demo
-========================
-
-Using coroutine cloning to do backtracing (RPython example)
-
 Ext-Compiler
 =========================
 
@@ -176,8 +170,7 @@
 
 http://codespeak.net/pypy
 
-Thanks!
-
 
 .. |bullet| unicode:: U+02022
-.. footer:: Samuele Pedroni, PyPy Team |bullet| Vancouver Python Workshop |bullet| 6th August 2006
+.. footer:: PyPy |bullet| AB Strakt |bullet| 5th October 2006
+


More information about the pypy-svn mailing list