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

fijal at codespeak.net fijal at codespeak.net
Sat Jan 26 14:15:24 CET 2008


Author: fijal
Date: Sat Jan 26 14:15:23 2008
New Revision: 51067

Modified:
   pypy/extradoc/talk/rupy2008/abstract.txt
Log:
* affiliation
* try to elaborate a bit on jit and gc


Modified: pypy/extradoc/talk/rupy2008/abstract.txt
==============================================================================
--- pypy/extradoc/talk/rupy2008/abstract.txt	(original)
+++ pypy/extradoc/talk/rupy2008/abstract.txt	Sat Jan 26 14:15:23 2008
@@ -1,4 +1,4 @@
-Speakers: Maciej Fijalkowski
+Speakers: Maciej Fijalkowski, merlinux GmbH
 
 Title: PyPy - status and next goals 
 
@@ -7,7 +7,11 @@
 and a complete Python Interpreter written in a high level language.  
 PyPy translates interpreters to C, .NET and the JVM.  The talk will 
 focus on what is new since the last RUPY conference.  I am going to 
-talk about speed and feature improvements, including the status 
-and future of PyPy's Just-In-Time compiler generator. 
+talk about speed and feature improvements, including our flexible
+garbage collection framework and status and future of our Just-in-time
+compiler generator. This generator is used to automatically turn
+python interpreter into compiler directly emiting assembler code,
+extending the idea of the Psyco project.
+
 
 More about the PyPy project: http://codespeak.net/pypy/



More information about the Pypy-commit mailing list