[pypy-svn] r67225 - pypy/trunk/pypy/doc

antocuni at codespeak.net antocuni at codespeak.net
Thu Aug 27 10:11:18 CEST 2009


Author: antocuni
Date: Thu Aug 27 10:11:17 2009
New Revision: 67225

Modified:
   pypy/trunk/pypy/doc/extradoc.txt
Log:
these two papers have been published


Modified: pypy/trunk/pypy/doc/extradoc.txt
==============================================================================
--- pypy/trunk/pypy/doc/extradoc.txt	(original)
+++ pypy/trunk/pypy/doc/extradoc.txt	Thu Aug 27 10:11:17 2009
@@ -7,6 +7,12 @@
 
 *Articles about PyPy published so far, most recent first:* (bibtex_ file)
 
+* `Tracing the Meta-Level: PyPy's Tracing JIT Compiler`_,
+  C.F. Bolz, A. Cuni, M. Fijalkowski, A. Rigo
+
+* `Faster than C#: Efficient Implementation of Dynamic Languages on .NET`_,
+  A. Cuni, D. Ancona and A. Rigo
+
 * `Automatic JIT Compiler Generation with Runtime Partial Evaluation`_
   (Master Thesis), C.F. Bolz
 
@@ -21,12 +27,6 @@
 
 *Non-published articles (only submitted so far, or technical reports):*
 
-* `Tracing the Meta-Level: PyPy's Tracing JIT Compiler`_,
-  C.F. Bolz, A. Cuni, M. Fijalkowski, A. Rigo
-
-* `Faster than C#: Efficient Implementation of Dynamic Languages on .NET`_,
-  A. Cuni, D. Ancona and A. Rigo
-
 * `Automatic generation of JIT compilers for dynamic languages in .NET`_,
   D. Ancona, C.F. Bolz, A. Cuni and A. Rigo
 



More information about the Pypy-commit mailing list