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

arigo at codespeak.net arigo at codespeak.net
Fri Dec 15 14:58:45 CET 2006


Author: arigo
Date: Fri Dec 15 14:58:43 2006
New Revision: 35800

Modified:
   pypy/dist/pypy/doc/index-report.txt
   pypy/dist/pypy/doc/news.txt
Log:
News, and add a link to the annex.


Modified: pypy/dist/pypy/doc/index-report.txt
==============================================================================
--- pypy/dist/pypy/doc/index-report.txt	(original)
+++ pypy/dist/pypy/doc/index-report.txt	Fri Dec 15 14:58:43 2006
@@ -16,10 +16,10 @@
 the second phase of the EU project, summarizing and detailing technical, 
 research, dissemination and community aspects.  Feedback is very welcome! 
 
-`Draft D07.1 Massive Parallelism and Translation Aspects`_ is a nearly finished
-version of a report about PyPy's optimization efforts, garbage collectors and
-massive parallelism (stackless) features. The report is basically done, however
-we are still incorporating feedback.
+`D07.1 Massive Parallelism and Translation Aspects`_ is a report about
+PyPy's optimization efforts, garbage collectors and massive parallelism
+(stackless) features.  This report refers to the paper `PyPy's approach
+to virtual machine construction`_.
 
 `Draft D09.1 Constraint Solving and Semantic Web`_ is an interim version of a
 report about PyPy's logic programming and constraint solving features, as well
@@ -67,6 +67,7 @@
 .. _`D05.3 Implementation with Translation Aspects`: http://codespeak.net/svn/pypy/extradoc/eu-report/D05.3_Publish_on_implementation_with_translation_aspects.pdf
 .. _`D05.4 Encapsulating Low Level Aspects`: http://codespeak.net/svn/pypy/extradoc/eu-report/D05.4_Publish_on_encapsulating_low_level_language_aspects.pdf
 .. _`D14.1 Report about Milestone/Phase 1`: http://codespeak.net/svn/pypy/extradoc/eu-report/D14.1_Report_about_Milestone_Phase_1.pdf
-.. _`Draft D07.1 Massive Parallelism and Translation Aspects`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-interim-2006-12-15.pdf
+.. _`D07.1 Massive Parallelism and Translation Aspects`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-interim-2006-12-15.pdf
 .. _`Draft D09.1 Constraint Solving and Semantic Web`: http://codespeak.net/pypy/extradoc/eu-report/D09.1_Constraint_Solving_and_Semantic_Web-interim-2006-07-28.pdf
 .. _`D14.3 Report about Milestone/Phase 2`: http://codespeak.net/pypy/extradoc/eu-report/D14.3_Report_about_Milestone_Phase_2-final-2006-08-03.pdf
+.. _`PyPy's approach to virtual machine construction`: http://codespeak.net/svn/pypy/extradoc/talk/dls2006/pypy-vm-construction.pdf

Modified: pypy/dist/pypy/doc/news.txt
==============================================================================
--- pypy/dist/pypy/doc/news.txt	(original)
+++ pypy/dist/pypy/doc/news.txt	Fri Dec 15 14:58:43 2006
@@ -39,6 +39,16 @@
 .. _`"summer" job with PyPy`: http://codespeak.net/pypy/dist/pypy/doc/summer-of-pypy.html
 
 
+Massive Parallelism and Translation Aspects
+========================================================
+
+Our next big `EU report`_ about Stackless features, optimizations, and
+memory management is finished.  You can download it `as pdf`_.
+
+.. _`EU report`: index-report.html
+.. _`as pdf`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-interim-2006-12-15.pdf
+
+
 Duesseldorf sprint #2, 30th October - 5th November over
 ==================================================================
 



More information about the Pypy-commit mailing list