[pypy-svn] r53601 - pypy/extradoc/talk/rupy2008

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Apr 9 11:23:37 CEST 2008


Author: cfbolz
Date: Wed Apr  9 11:23:36 2008
New Revision: 53601

Added:
   pypy/extradoc/talk/rupy2008/notes.txt   (contents, props changed)
Modified:
   pypy/extradoc/talk/rupy2008/bio.txt
Log:
my bio, some notes


Modified: pypy/extradoc/talk/rupy2008/bio.txt
==============================================================================
--- pypy/extradoc/talk/rupy2008/bio.txt	(original)
+++ pypy/extradoc/talk/rupy2008/bio.txt	Wed Apr  9 11:23:36 2008
@@ -5,3 +5,10 @@
 for several tasks in the PyPy EU research project.  He gave 
 talks at international European and US Python community conferences. 
 
+Carl Friedrich Bolz is one of the core developers of PyPy. He is studying
+computer science at the University of Düsseldorf. Currently he is working on
+his Master's thesis, which is about making PyPy as fast as possible and proving
+that dynamic languages can be almost as fast as static ones. In his spare time
+he plays the bassoon.
+
+

Added: pypy/extradoc/talk/rupy2008/notes.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/rupy2008/notes.txt	Wed Apr  9 11:23:36 2008
@@ -0,0 +1,41 @@
+
+Introduction:
+
+ - A flexible toolkit for writing interpreters
+   - gives you lots of amenities, GC, multiplatform, JIT, common libraries
+
+ - Containing a full Python interpreter
+   - cool extra features, lazy evaluation, stackless, ...
+
+
+
+Status:
+
+ - Last year's developments:
+   - cleanups:
+     - getting rid of unmaintainable features
+     - unicode support in RPython
+
+   - a much better GC, generational
+   - started a ctypes implementation
+   - .NET integration
+   - tons of performance tweaks
+
+ - GCs:
+
+
+
+Next Goals:
+
+ - JIT
+   - overview
+   - rewrite currently happening
+   - a Master thesis and a Ph.D. about this in progress
+   - we are starting to hit the hard bits that need real research
+
+ - some imaginable performance tweaks missing
+ - approaching real-world usefulness
+ - 
+
+
+



More information about the Pypy-commit mailing list