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

hpk at codespeak.net hpk at codespeak.net
Fri Oct 28 13:55:56 CEST 2005


Author: hpk
Date: Fri Oct 28 13:55:52 2005
New Revision: 19123

Added:
   pypy/extradoc/talk/pycon2006/pypy-selfcontained.txt
      - copied, changed from r19122, pypy/extradoc/talk/pycon2006/tech1-submission.txt
Removed:
   pypy/extradoc/talk/pycon2006/tech1-submission.txt
Modified:
   pypy/extradoc/talk/pycon2006/pypy-archsession.txt
Log:
putting names on the talks 
some refinements 
renamed tech1 to "pypy-selfcontained" to be more descriptive


Modified: pypy/extradoc/talk/pycon2006/pypy-archsession.txt
==============================================================================
--- pypy/extradoc/talk/pycon2006/pypy-archsession.txt	(original)
+++ pypy/extradoc/talk/pycon2006/pypy-archsession.txt	Fri Oct 28 13:55:52 2005
@@ -1,17 +1,20 @@
 Author Names
 ------------
 
-(from) Michael Hudson, Holger Krekel, Armin Rigo, Christian Tismer
+(from) Holger Krekel, Armin Rigo
 
 Contact Information
 -------------------
 
-pypy-dev?
+pypy-dev at codespeak.net (developer mailing list)
+arigo at tunes.org 
+hpk at merlinux.de 
 
 Requested Timeslot
 ------------------
 
-45 minutes or 30 minutes. both possible. 
+45 minutes or 30 minutes. both possible (the talk can be considered
+a kind of tutorial on PyPy architectural pictures). 
 
 Summary of proposed presentation
 --------------------------------
@@ -35,7 +38,7 @@
 - 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) 
+- JIT-compiler architecture (very-low-level/l3 interpreter) 
 - Interweaving of Garbage Collection, threading and stackless
   operations into the translation process 
 



More information about the Pypy-commit mailing list