[pypy-svn] rev 1333 - pypy/trunk/doc/funding

tismer at codespeak.net tismer at codespeak.net
Wed Sep 17 14:10:12 CEST 2003


Author: tismer
Date: Wed Sep 17 14:10:12 2003
New Revision: 1333

Modified:
   pypy/trunk/doc/funding/B6.1_plan_introduction.txt
   pypy/trunk/doc/funding/B6.wp03_translation_of_rpython.txt
   pypy/trunk/doc/funding/B6.wp04_bootstrap_redesign.txt
   pypy/trunk/doc/funding/B6.wp05_bootstrap_runtime.txt
Log:
refining stuff. RUnning out of time for the train...

Modified: pypy/trunk/doc/funding/B6.1_plan_introduction.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.1_plan_introduction.txt	(original)
+++ pypy/trunk/doc/funding/B6.1_plan_introduction.txt	Wed Sep 17 14:10:12 2003
@@ -3,22 +3,22 @@
 B 6.1 Workplan Introduction
 ===============================
 
-The PyPy project has a number of topics, which
+The PyPy project addresses a number of topics, which
 can be categorized into the following groups.
 Each group is further broken down into working packages.
 
-- The PyPy Interpreter
-
-- The PyPy Compiler
-
-- Bootstrapping PyPy
-
-- High-performance PyPy-Python
-
 - development of PyPy itself, as a Python written in Python.
   This includes code generation for various targets, re-implementation
   of all builtin Python objects and some extension modules, 
   and the development of several object spaces, testing and documentation.
+  
+  - The PyPy Interpreter
+  
+  - The PyPy Compiler
+  
+  - Bootstrapping PyPy
+  
+  - High-performance PyPy-Python
 
 - application level code which shows the results of PyPy as a usability
   study. Generating down-sized code for embedded systems, load balancing
@@ -28,11 +28,25 @@
   academical exercise but very apropriate for industrial strength
   applications.
 
-
-
-XXX re-organise: Major topics, WPs go beyond them.
-
-
+  - Load Balancing in a Multi-Processor environment
+  
+  - Specialized Code for Embedded Devices
+  
+  - Numerical Applications
+  
+- Infra structure tasks carried out throughout the whole project
+
+  - Coordination and Management
+
+  - Project Documentation
+
+  - Maintenance of Tools
+  
+  - Quality Control
+  
+  - Synchronisation with Standard Python
+  
+  
 The PyPy Interpreter
 ---------------------------
 
@@ -239,7 +253,7 @@
    the choices made for the issues of High-performance.
 
 c) (_`APP`)combine different solutions for the different issues discussed in
-   `High-performance`_. Gather statistics with real-work Python applications.
+   High-performance. Gather statistics with real-work Python applications.
    Compare the results. This is where the flexibility of the whole
    project is vital. Typically, very different trade-offs need to be
    made on different environments.
@@ -259,17 +273,17 @@
 Application Level Targets
 -----------------------------
 
-[[WPxxx]] Load Balancing in a Multi-Processor environment
+Load Balancing in a Multi-Processor environment
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 *XXX to be finished, collecting snippets*
 
-[[WPxxx]] Specialized Code for Embedded Devices
+Specialized Code for Embedded Devices
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 *XXX to be finished, collecting snippets*
 
-[[WPxxx]] Numerical Applications
+Numerical Applications
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 PyPy is extremely flexible, since it supports static
 and dynamic code generation by pluggable processor
@@ -307,7 +321,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 *XXX this is what I'm working on at the moment -- the text is
-not yet worked out enough. Another hour...*
+not yet worked out enough. This will be two WPs.*
 
 
 

Modified: pypy/trunk/doc/funding/B6.wp03_translation_of_rpython.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.wp03_translation_of_rpython.txt	(original)
+++ pypy/trunk/doc/funding/B6.wp03_translation_of_rpython.txt	Wed Sep 17 14:10:12 2003
@@ -6,7 +6,7 @@
 ================================ ==========================
 **Workpackage number**            03
 -------------------------------- --------------------------
-**Start date or starting event**    0
+**Start date or starting event**   end of WP02_/WP03_
 ================================ ==========================
 
 ================================= ======= ======= ======= ======= ======= ======= ======= =======

Modified: pypy/trunk/doc/funding/B6.wp04_bootstrap_redesign.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.wp04_bootstrap_redesign.txt	(original)
+++ pypy/trunk/doc/funding/B6.wp04_bootstrap_redesign.txt	Wed Sep 17 14:10:12 2003
@@ -6,7 +6,7 @@
 ================================ ==========================
 **Workpackage number**            04
 -------------------------------- --------------------------
-**Start date or starting event**    0
+**Start date or starting event**    WP03_
 ================================ ==========================
 
 ================================= ======= ======= ======= ======= ======= ======= ======= =======

Modified: pypy/trunk/doc/funding/B6.wp05_bootstrap_runtime.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.wp05_bootstrap_runtime.txt	(original)
+++ pypy/trunk/doc/funding/B6.wp05_bootstrap_runtime.txt	Wed Sep 17 14:10:12 2003
@@ -6,7 +6,7 @@
 ================================ ==========================
 **Workpackage number**            05
 -------------------------------- --------------------------
-**Start date or starting event**    0
+**Start date or starting event**    WP03_
 ================================ ==========================
 
 ================================= ======= ======= ======= ======= ======= ======= ======= =======


More information about the Pypy-commit mailing list