[pypy-svn] pypy default: merge heads

antocuni commits-noreply at bitbucket.org
Thu Apr 28 11:11:28 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43703:caeb84608a73
Date: 2011-04-28 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/caeb84608a73/

Log:	merge heads

diff --git a/pypy/doc/extradoc.rst b/pypy/doc/extradoc.rst
--- a/pypy/doc/extradoc.rst
+++ b/pypy/doc/extradoc.rst
@@ -7,6 +7,13 @@
 
 *Articles about PyPy published so far, most recent first:* (bibtex_ file)
 
+
+* `Allocation Removal by Partial Evaluation in a Tracing JIT`_,
+  C.F. Bolz, A. Cuni, M. Fijalkowski, M. Leuschel, S. Pedroni, A. Rigo
+
+* `Towards a Jitting VM for Prolog Execution`_,
+  C.F. Bolz, M. Leuschel, D, Schneider
+
 * `High performance implementation of Python for CLI/.NET with JIT compiler generation for dynamic languages`_,
   A. Cuni, Ph.D. thesis
 
@@ -58,6 +65,8 @@
 
 
 .. _bibtex: http://codespeak.net/svn/pypy/extradoc/talk/bibtex.bib
+.. _`Allocation Removal by Partial Evaluation in a Tracing JIT`: http://codespeak.net/svn/pypy/extradoc/talk/pepm2011/bolz-allocation-removal.pdf
+.. _`Towards a Jitting VM for Prolog Execution`: http://www.stups.uni-duesseldorf.de/publications/bolz-prolog-jit.pdf
 .. _`High performance implementation of Python for CLI/.NET with JIT compiler generation for dynamic languages`: http://codespeak.net/svn/user/antocuni/phd/thesis/thesis.pdf
 .. _`How to *not* write Virtual Machines for Dynamic Languages`: http://codespeak.net/svn/pypy/extradoc/talk/dyla2007/dyla.pdf
 .. _`Tracing the Meta-Level: PyPy's Tracing JIT Compiler`: http://codespeak.net/svn/pypy/extradoc/talk/icooolps2009/bolz-tracing-jit.pdf


More information about the Pypy-commit mailing list