[pypy-svn] r61118 - pypy/extradoc/talk/ecoop2009/tutorial

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jan 19 15:36:02 CET 2009


Author: cfbolz
Date: Mon Jan 19 15:36:02 2009
New Revision: 61118

Modified:
   pypy/extradoc/talk/ecoop2009/tutorial/proposal.bib
   pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex
Log:
(arigo, antocuni, cfbolz): more advertisement


Modified: pypy/extradoc/talk/ecoop2009/tutorial/proposal.bib
==============================================================================
--- pypy/extradoc/talk/ecoop2009/tutorial/proposal.bib	(original)
+++ pypy/extradoc/talk/ecoop2009/tutorial/proposal.bib	Mon Jan 19 15:36:02 2009
@@ -34,3 +34,11 @@
 pages     = {944-953},
 }
 
+ at techreport{PyPyJIT,
+    title = "{JIT} Compiler Architecture",
+    author = {Armin Rigo and Samuele Pedroni},
+    year = "2007",
+    institution = "PyPy Consortium",
+    number = "D08.2",
+    note = "http://codespeak.net/pypy/dist/pypy/doc/index-report.html"
+}

Modified: pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/tutorial/proposal.tex	Mon Jan 19 15:36:02 2009
@@ -123,7 +123,8 @@
 There is a current resurgence in research on JIT-compilers for dynamic
 languages, mostly focusing on JavaScript implementations. PyPy generates such
 JITs so that they don't have to be hand-written. This requires much less effort
-for the language implementor.
+for the language implementor. PyPy is the first project that attempts to
+generate JITs at this scale \cite{PyPyJIT}.
 
 The presenters are part of the PyPy core development team and are all involved
 in the ongoing research on the JIT generator. 



More information about the Pypy-commit mailing list