[pypy-commit] pypy default: add a link to my thesis, because it seems to contain a better explanation of the JIT than the current docs

antocuni noreply at buildbot.pypy.org
Fri Apr 11 17:05:57 CEST 2014


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r70558:38c5c29e277b
Date: 2014-04-11 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/38c5c29e277b/

Log:	add a link to my thesis, because it seems to contain a better
	explanation of the JIT than the current docs

diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst
--- a/pypy/doc/jit/pyjitpl5.rst
+++ b/pypy/doc/jit/pyjitpl5.rst
@@ -177,6 +177,12 @@
 
 .. __: https://bitbucket.org/pypy/extradoc/src/tip/talk/icooolps2009/bolz-tracing-jit-final.pdf
 
-as well as the `blog posts with the JIT tag.`__
+Chapters 5 and 6 of `Antonio Cuni's PhD thesis`__ contain an overview of how
+Tracing JITs work in general and more informations about the concrete case of
+PyPy's JIT.
+
+.. __: http://antocuni.eu/download/antocuni-phd-thesis.pdf
+
+The `blog posts with the JIT tag.`__ might also contain additional informations.
 
 .. __: http://morepypy.blogspot.com/search/label/jit


More information about the pypy-commit mailing list