[pypy-svn] r39672 - pypy/dist/pypy/doc/config
mwh at codespeak.net
mwh at codespeak.net
Fri Mar 2 14:26:18 CET 2007
Author: mwh
Date: Fri Mar 2 14:26:17 2007
New Revision: 39672
Modified:
pypy/dist/pypy/doc/config/translation.backendopt.mallocs.txt
Log:
fix a link
Modified: pypy/dist/pypy/doc/config/translation.backendopt.mallocs.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.backendopt.mallocs.txt (original)
+++ pypy/dist/pypy/doc/config/translation.backendopt.mallocs.txt Fri Mar 2 14:26:17 2007
@@ -24,6 +24,6 @@
own inlining rather than relying on the C compilers).
For much more information about this and other optimizations you can
-read section 4.1 of the `technical report on "Massive Parallelism and
-Translation Aspects"
-<http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2006-12-15.pdf>`__.
+read section 4.1 of the technical report on "Massive Parallelism and
+Translation Aspects" which you can find on the `Technical reports page
+<../index-report.html>`__.
More information about the pypy-svn
mailing list