[pypy-svn] r28021 - pypy/extradoc/talk/ep2006

hpk at codespeak.net hpk at codespeak.net
Wed May 31 18:53:56 CEST 2006


Author: hpk
Date: Wed May 31 18:48:27 2006
New Revision: 28021

Modified:
   pypy/extradoc/talk/ep2006/archsession.txt
Log:
final tweaks before submission


Modified: pypy/extradoc/talk/ep2006/archsession.txt
==============================================================================
--- pypy/extradoc/talk/ep2006/archsession.txt	(original)
+++ pypy/extradoc/talk/ep2006/archsession.txt	Wed May 31 18:48:27 2006
@@ -22,18 +22,17 @@
 
 In this session we will present and interactively discuss with
 the audience the basic architectural pictures of PyPy - a next
-generation Python compiler and interpreter.  We'd are going to
-emphasize the various emerging possibilities for further
-development part of which will be an ongoing effort of the
-European Union's funded part of the PyPy project. We also
+generation Python compiler and interpreter.  We will emphasize 
+emphasize various emerging possibilities enabled by our
+architecture and ask the audience for questions. 
 
 In particular, we'll describe the following architectural pictures 
 and point out extension and optimization possibilities: 
 
 - Language Implementation: Bytecode Interpreter and Object Space interaction
-- Translation to low level languages (C/LLVM)
-- Translation to higher level languages (e.g. Squeak/Java/.NET) 
-- JIT-compiler architecture (very-low-level/l3 interpreter) 
+- Translation to low level languages (e.g. C/LLVM)
+- Translation to higher level languages (e.g. .NET/Squeak) 
+- JIT-compiler architecture 
 - Interweaving of Garbage Collection, threading and stackless
   operations into the translation process 
 



More information about the Pypy-commit mailing list