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

hpk at codespeak.net hpk at codespeak.net
Sat Jan 26 14:22:14 CET 2008


Author: hpk
Date: Sat Jan 26 14:22:13 2008
New Revision: 51069

Modified:
   pypy/extradoc/talk/rupy2008/abstract.txt
Log:
* refined english a bit 
* strike Psyco reference (not too telling for Ruby people)



Modified: pypy/extradoc/talk/rupy2008/abstract.txt
==============================================================================
--- pypy/extradoc/talk/rupy2008/abstract.txt	(original)
+++ pypy/extradoc/talk/rupy2008/abstract.txt	Sat Jan 26 14:22:13 2008
@@ -7,11 +7,10 @@
 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 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.
+talk about speed and feature improvements, particularly our flexible
+garbage collection framework and the Just-in-time compiler generator. 
+This generator is used to automatically turn our Python interpreter 
+into a compiler for directly emiting assembler code. 
 
 
 More about the PyPy project: http://codespeak.net/pypy/



More information about the Pypy-commit mailing list