[pypy-svn] r19060 - pypy/extradoc/talk/pycon2006

hpk at codespeak.net hpk at codespeak.net
Thu Oct 27 11:27:52 CEST 2005


Author: hpk
Date: Thu Oct 27 11:27:50 2005
New Revision: 19060

Added:
   pypy/extradoc/talk/pycon2006/pypy-archsession.txt   (contents, props changed)
Log:
first draft of an architectural session pycon proposal 



Added: pypy/extradoc/talk/pycon2006/pypy-archsession.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon2006/pypy-archsession.txt	Thu Oct 27 11:27:50 2005
@@ -0,0 +1,47 @@
+Author Names
+------------
+
+(from) Michael Hudson, Holger Krekel, Armin Rigo, Christian Tismer
+
+Contact Information
+-------------------
+
+pypy-dev?
+
+Requested Timeslot
+------------------
+
+45 minutes or 30 minutes. both possible. 
+
+Summary of proposed presentation
+--------------------------------
+
+After reaching important milestones, the PyPy project is 
+now heading towards building a specializing JIT-compiler, 
+stackless features and translation to higher level languages 
+into the code base.   In this session we will present 
+and interactively discuss with the audience basic 
+architectural pictures.  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. 
+
+Presentation Outline
+--------------------
+
+We'll describe 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) 
+- JIT-compiler architecture (very-low-level interpreter) 
+- Interweaving of Garbage Collection, threading and stackless
+  operations into the translation process 
+
+Intended audience
+-----------------
+
+People who feel comfortable with receiving too much information 
+and accept that there are more levels of architecture involved 
+than a single person can instantly cope with. 



More information about the Pypy-commit mailing list