[pypy-svn] r43490 - pypy/extradoc/talk/ep2007

pedronis at codespeak.net pedronis at codespeak.net
Fri May 18 16:54:51 CEST 2007


Author: pedronis
Date: Fri May 18 16:54:49 2007
New Revision: 43490

Modified:
   pypy/extradoc/talk/ep2007/pypy_10_and_jit.txt
Log:
text instead of bullet points



Modified: pypy/extradoc/talk/ep2007/pypy_10_and_jit.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/pypy_10_and_jit.txt	(original)
+++ pypy/extradoc/talk/ep2007/pypy_10_and_jit.txt	Fri May 18 16:54:49 2007
@@ -6,8 +6,17 @@
 Abstract
 ----------
 
-- PyPy intro and motivation
-- Recapitulation of architecture
-- The JIT and the ideas that made it possible (overview with smallish examples)
-- Current status and the future
+PyPy released 1.0 in March of this year. PyPy contains a very
+compliant Python interpreter, and with 1.0 the first
+incarnation of a Just-In-Time compiler which is generated
+from the interpreter automatically with novel techniques.  
 
+In this talk we are going to give a brief introduction
+to PyPy and its motivation. After recapitulating PyPy 
+architecture we are going to give an overview of
+how the JIT generation is achieved, through examples
+and introducing the general ideas.
+
+In the last part we are going to reflect on the current
+status of PyPy's Python interpreter and our thoughts
+about its future and further progress on the JIT compiler.



More information about the Pypy-commit mailing list