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

arigo at codespeak.net arigo at codespeak.net
Sun Apr 4 20:56:19 CEST 2004


Author: arigo
Date: Sun Apr  4 20:56:19 2004
New Revision: 3744

Modified:
   pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt
Log:
Slight bump on the description and deliverables, since this WP runs for 15
months.


Modified: pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt	Sun Apr  4 20:56:19 2004
@@ -35,7 +35,12 @@
 
 Provide alternative implementations of the core objects,
 such as dictionaries, strings and integers, with different
-trade-offs (speed, size, limitations).
+trade-offs (speed, size, limitations).  Collect existing
+techniques from the literature and research new ones.
+
+Identify other performance-critical parts of the PyPy source
+and provide alternative implementations (new or from the
+literature).
 
 **Task 2**
 
@@ -50,6 +55,7 @@
 Merge the results back into the optimization effort.
 Where necessary, define heuristics to select implementations
 and to switch between them, depending on evolving runtime conditions.
+Collect existing heuristics from the literature and research new ones.
 Report on the results and submit as publications.
 
 .. include:: wp-tableend.asc
@@ -57,9 +63,11 @@
 
 **Deliverables**
 
-- D06.1 Publication of performance statistics for different
+- D06.1 Integrate the first core optimization results into the PyPy core
+  at the end of phase 2
+- D06.2 Publication and analysis of performance statistics for different
   implementations of core objects 
-- D06.2 Publication of novel heuristic techniques
+- D06.3 Publication of novel heuristic techniques
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc


More information about the Pypy-commit mailing list