[pypy-svn] r42557 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Tue May 1 23:43:30 CEST 2007


Author: cfbolz
Date: Tue May  1 23:43:30 2007
New Revision: 42557

Modified:
   pypy/dist/pypy/doc/index-report.txt
Log:
update link here


Modified: pypy/dist/pypy/doc/index-report.txt
==============================================================================
--- pypy/dist/pypy/doc/index-report.txt	(original)
+++ pypy/dist/pypy/doc/index-report.txt	Tue May  1 23:43:30 2007
@@ -12,6 +12,9 @@
 Reports of 2007
 ===============
 
+`D08.2 JIT Compiler Architecture`_ is a report about the Architecture and
+working of our JIT compiler generator. *(2007-05-01)*
+
 `D08.1 JIT Compiler Release`_ reports on our sucessfully including a
 JIT compiler for Python and the novel framework we used to
 automatically generate it in PyPy 1.0. *(2007-04-30)*
@@ -82,10 +85,6 @@
 feedback for it is welcome. *(2007-02-28)*
 
 
-`Draft D08.2 JIT Compiler Architecture`_ is an interim version of a report
-about the Architecture and working of our JIT compiler generator.  The report
-is still a draft, all feedback for it is welcome. *(2007-01-28)*
-
 
 .. _`py-lib`: http://codespeak.net/py/current/doc/
 .. _`py.test`: http://codespeak.net/py/current/doc/test.html
@@ -146,7 +145,7 @@
 .. _`D05.4 Encapsulating Low Level Aspects`: http://codespeak.net/svn/pypy/extradoc/eu-report/D05.4_Publish_on_encapsulating_low_level_language_aspects.pdf
 .. _`D06.1 Core Object Optimization Results`: http://codespeak.net/svn/pypy/extradoc/eu-report/D06.1_Core_Optimizations-2007-04-30.pdf
 .. _`D07.1 Massive Parallelism and Translation Aspects`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2007-02-28.pdf
-.. _`Draft D08.2 JIT Compiler Architecture`: http://codespeak.net/pypy/extradoc/eu-report/D08.2_JIT_Compiler_Architecture-interim-2007-01-28.pdf
+.. _`D08.2 JIT Compiler Architecture`: http://codespeak.net/pypy/extradoc/eu-report/D08.2_JIT_Compiler_Architecture-2007-05-01.pdf
 .. _`D08.1 JIT Compiler Release`: http://codespeak.net/pypy/extradoc/eu-report/D08.1_JIT_Compiler_Release-2007-04-30.pdf
 .. _`D09.1 Constraint Solving and Semantic Web`: http://codespeak.net/pypy/extradoc/eu-report/D09.1_Constraint_Solving_and_Semantic_Web-interim-2007-02-28.pdf
 .. _`D10.1 Aspect-Oriented, Design-by-Contract Programming and RPython static checking`: http://codespeak.net/pypy/extradoc/eu-report/D10.1_Aspect_Oriented_Programming_in_PyPy-2007-03-22.pdf



More information about the Pypy-commit mailing list