[pypy-svn] r3390 - pypy/trunk/doc/funding

hpk at codespeak.net hpk at codespeak.net
Thu Mar 25 00:16:48 CET 2004


Author: hpk
Date: Thu Mar 25 00:16:47 2004
New Revision: 3390

Modified:
   pypy/trunk/doc/funding/B6.7.wp07_translator_optimisations.txt
Log:
WP07 (translation optimizations):

- fixed time/partner allocation

- added a report about practical applications of the new techonlogy



Modified: pypy/trunk/doc/funding/B6.7.wp07_translator_optimisations.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp07_translator_optimisations.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp07_translator_optimisations.txt	Thu Mar 25 00:16:47 2004
@@ -3,12 +3,12 @@
 .. |title| replace:: Translator Optimizations
 .. |wp|    replace:: WP07
 .. |start| replace:: 9
-.. |p1|    replace:: PBF
-.. |m1|    replace:: 22
-.. |p2|    replace:: |e|
-.. |m2|    replace:: |e|
-.. |p3|    replace:: |e|
-.. |m3|    replace:: |e|
+.. |p1|    replace:: Tismer
+.. |m1|    replace:: 9
+.. |p2|    replace:: Krekel
+.. |m2|    replace:: 4
+.. |p3|    replace:: USH
+.. |m3|    replace:: 3
 .. |p4|    replace:: |e|
 .. |m4|    replace:: |e|
 .. |p5|    replace:: |e|
@@ -45,8 +45,7 @@
 **Task 2**
 
 Study approaches concerning code size vs. speed trade-offs.
-Implement and compare different object layout and memory management strategy 
-or strategies.
+Implement and compare different object layout and memory management strategies. 
 Enhance multimethod dispatching.
 Implement schemes of pointer tagging.
 Create reports and merge the results back into the optimization effort.
@@ -57,8 +56,9 @@
 
 **Deliverables**
 
-- D07.1 A version of PyPy that supports Real-time massive parallelism
-- D07.2 Report on optimisation results submitted as publications
+- D07.1 Release a version of PyPy that supports real-time massive parallelism
+- D07.2 Publish optimisation results 
+- D07.3 Report about practical usages of massive parallelism 
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc


More information about the Pypy-commit mailing list