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

hpk at codespeak.net hpk at codespeak.net
Tue May 30 11:19:52 CEST 2006


Author: hpk
Date: Tue May 30 11:19:49 2006
New Revision: 27898

Added:
   pypy/extradoc/talk/ep2006/archsession.txt
Log:
reuse and modified the pycon2006 talk (archsession)
for EP2006, updating it a bit. 



Added: pypy/extradoc/talk/ep2006/archsession.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/ep2006/archsession.txt	Tue May 30 11:19:49 2006
@@ -0,0 +1,45 @@
+Author Names
+------------
+
+Samuele Pedroni, Holger Krekel
+
+Contact Information
+-------------------
+
+pypy-dev at codespeak.net (developer mailing list)
+pedronis at strakt.com
+hpk at merlinux.de 
+
+Requested Timeslot
+------------------
+
+30 minutes (or longer). 
+
+Summary of proposed presentation
+--------------------------------
+
+XXX DRAFT 
+
+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
+
+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) 
+- Interweaving of Garbage Collection, threading and stackless
+  operations into the translation process 
+
+Intended audience
+-----------------
+
+Python programmers and people interested in the general picture
+of the PyPy code base. 
+



More information about the Pypy-commit mailing list