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

tismer at codespeak.net tismer at codespeak.net
Mon Sep 22 18:50:10 CEST 2003


Author: tismer
Date: Mon Sep 22 18:50:10 2003
New Revision: 1388

Added:
   pypy/trunk/doc/funding/B6.4_workpackage_list.txt
Modified:
   pypy/trunk/doc/funding/B6.1_plan_introduction.txt
   pypy/trunk/doc/funding/B6.wp05_bootstrap_runtime.txt
   pypy/trunk/doc/funding/B6.wp10_embedded_device.txt
   pypy/trunk/doc/funding/crossreferences.asc
Log:
initial list of all working packages

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	Mon Sep 22 18:50:10 2003
@@ -360,3 +360,5 @@
 source. This work is carried out by hand at the moment. We
 do look for existing solutions which allow to automate this
 effort at least partially.
+
+WP12_ WP13_ WP14_ WP15_ WP16_ WP17_ WP18_ WP19_

Added: pypy/trunk/doc/funding/B6.4_workpackage_list.txt
==============================================================================
--- (empty file)
+++ pypy/trunk/doc/funding/B6.4_workpackage_list.txt	Mon Sep 22 18:50:10 2003
@@ -0,0 +1,46 @@
+.. include:: crossreferences.asc
+
+Workpackage List
+====================
+
+=============== ===================================================== ================== ============= =========== ========= ==============
+Work-package No Workpackage title                                     Lead contractor No Person-months Start month End month Deliverable No 
+=============== ===================================================== ================== ============= =========== ========= ==============
+WP01_           Development and Completion of the PyPy Interpreter
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP02_           Translation of CPython into regular Python
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP03_           Translation of RPython
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP04_           Specific Analysis and Redesign
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP05_           Low Level PyPy Runtime
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP06_           Several Object Implementations
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP07_           Translator Optimisations
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP08_           Integration of Psyco
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP09_           Integration of Stackless
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP10_           Porting PyPy to an Embedded Device
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP11_           A small Operating System for an Embedded Device
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP12_           Code Generator for SIMD Architecture
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP13_           Enhanced Numerical Package
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP14_           Load Balancing in a Multi-Processor environment
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP15_           Coordination and Management
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP16_           Project Documentation
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP17_           Maintenance of Tools
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP18_           Quality Control
+--------------- ----------------------------------------------------- ------------------ ------------- ----------- --------- --------------
+WP19_           Synchronisation with Standard Python
+=============== ===================================================== ================== ============= =========== ========= ==============

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	Mon Sep 22 18:50:10 2003
@@ -4,9 +4,9 @@
 .. |wp|    replace:: WP05
 .. |start| replace:: WP03_
 .. |p1|    replace:: X
-.. |m1|    replace:: 2
+.. |m1|    replace:: 3
 .. |p2|    replace:: Y
-.. |m2|    replace:: 2
+.. |m2|    replace:: 3
 .. |p3|    replace:: |e|
 .. |m3|    replace:: |e|
 .. |p4|    replace:: |e|

Modified: pypy/trunk/doc/funding/B6.wp10_embedded_device.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.wp10_embedded_device.txt	(original)
+++ pypy/trunk/doc/funding/B6.wp10_embedded_device.txt	Mon Sep 22 18:50:10 2003
@@ -1,6 +1,6 @@
 .. include:: crossreferences.asc
 
-.. |title| replace:: Integration of Stackless
+.. |title| replace:: Porting PyPy to an Embedded Device
 .. |wp|    replace:: WP10
 .. |start| replace:: WP05_
 .. |p1|    replace:: X
@@ -22,8 +22,6 @@
 
 **Objectives**
 
-Title: Porting PyPy to an Embedded Device
-
 - Supporting a completely different platform
 - Providing an efficient, high-level Language for 
   embedded Devices

Modified: pypy/trunk/doc/funding/crossreferences.asc
==============================================================================
--- pypy/trunk/doc/funding/crossreferences.asc	(original)
+++ pypy/trunk/doc/funding/crossreferences.asc	Mon Sep 22 18:50:10 2003
@@ -9,5 +9,14 @@
 .. _WP09: B6.wp09_integrate_stackless.html
 .. _WP10: B6.wp10_embedded_device.html
 .. _WP11: B6.wp11_small_os.html
+.. _WP12: 
+.. _WP13: 
+.. _WP14: 
+.. _WP15: 
+.. _WP16: 
+.. _WP17: 
+.. _WP18: 
+.. _WP19: 
+.. attention:: **8 files missing: WP12 WP13 WP14 WP15 WP16 WP17 WP18 WP19**
 
 .. |e| unicode:: 0x20 .. doesn't work with plain spaces
\ No newline at end of file


More information about the Pypy-commit mailing list