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

nico at codespeak.net nico at codespeak.net
Sat Oct 11 14:31:23 CEST 2003


Author: nico
Date: Sat Oct 11 14:31:22 2003
New Revision: 1707

Added:
   pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt   (contents, props changed)
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt
   pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt   (contents, props changed)
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt
   pypy/trunk/doc/funding/B6.7.wp09_search_and_logic.txt   (contents, props changed)
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt
   pypy/trunk/doc/funding/B6.7.wp10_aspects_and_contracts.txt
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt
   pypy/trunk/doc/funding/B6.7.wp11_embed_in_hardware.txt
   pypy/trunk/doc/funding/B6.7.wp12_validations.txt   (contents, props changed)
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp11_validations.txt
   pypy/trunk/doc/funding/B6.7.wp13_integration_config.txt   (contents, props changed)
      - copied, changed from rev 1704, pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt
Removed:
   pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt
   pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt
   pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt
   pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt
   pypy/trunk/doc/funding/B6.7.wp11_validations.txt
   pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt
Modified:
   pypy/trunk/doc/funding/B6.1_plan_introduction.txt
   pypy/trunk/doc/funding/B6.7.wp07_translator_optimisations.txt
   pypy/trunk/doc/funding/project_gantt.png
Log:
renamed WP and checked references.


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	Sat Oct 11 14:31:22 2003
@@ -187,7 +187,7 @@
   between different machines.
 
 
-WP08_: Core Optimisations
+WP06_: Core Optimisations
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   Since the standard object space allows coexistence of different
   implementations of the same type, we can develop

Copied: pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp06_core_optimisations.txt	Sat Oct 11 14:31:22 2003
@@ -1,7 +1,7 @@
 .. include:: crossreferences.asc
 
 .. |title| replace:: Core Optimisations
-.. |wp|    replace:: WP08
+.. |wp|    replace:: WP06
 .. |start| replace:: M2
 .. |p1|    replace:: X
 .. |m1|    replace:: 4

Deleted: /pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,67 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Dynamic optimizations and features
-.. |wp|    replace:: WP06
-.. |start| replace:: M2
-.. |p1|    replace:: AR
-.. |m1|    replace:: 6
-.. |p2|    replace:: Y
-.. |m2|    replace:: 2
-.. |p3|    replace:: Y
-.. |m3|    replace:: 2
-.. |p4|    replace:: Z
-.. |m4|    replace:: 2
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-Enhance PyPy to dynamically adapt to its run-time environment and
-to the characteristics of the running program.  Dramatically 
-increase speed by enabling Just-In-Time compilation and
-specialization.  Address multiple processor architectures.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-**Task 1**
-
-Apply and enhance techniques from the Psyco project.  Promote parts
-of the static translator to be used for run-time specialization.
-
-**Task 2**
-
-Design and implement a back-end component for dynamically emitting
-machine code for multiple processor architectures.  Enable dynamic
-foreign function calls.
-
-**Task 3**
-
-Research optimisation heuristics for the Just-In-Time compiler.
-Coordinate with WP08_.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- DL??? A processor back-end supporting Intel(tm) i386 and PowerPC. 
-- DL??? A Just-In-Time compiler for PyPy. 
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-- M3 High performance PyPy, together with WP07_. Outperform the
-  state-of-the art (Psyco, Stackless).
-
-.. include:: wp-tableend.asc

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	Sat Oct 11 14:31:22 2003
@@ -65,7 +65,7 @@
 
 **Milestones and Expected Result**
 
-- M3 High performance PyPy, together with WP07_. Outperform the
+- M3 High performance PyPy, together with WP08_. Outperform the
   state-of-the art (Psyco, Stackless).
 
 .. include:: wp-tableend.asc

Deleted: /pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp08_core_optimisations.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,68 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Core Optimisations
-.. |wp|    replace:: WP08
-.. |start| replace:: M2
-.. |p1|    replace:: X
-.. |m1|    replace:: 4
-.. |p2|    replace:: Y
-.. |m2|    replace:: 4
-.. |p3|    replace:: Z
-.. |m3|    replace:: 4
-.. |p4|    replace:: |e|
-.. |m4|    replace:: |e|
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-Building upon the efficiency and flexibility of the code base
-developed in WP04_, investigate and compare alternative designs and
-implementations.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-**Task 1**
-
-Provide alternative implementations of the core objects,
-such as dictionaries, strings and integers, with different
-trade-offs (speed, size, limitations).
-
-**Task 2**
-
-Run performance tests on the above, comparing the different
-implementation decisions for a range of platforms and
-applications.
-Categorize into overall improvement, platform, and application dependency.
-Produce and publish reports on the results.
-
-**Task 3**
-  
-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.
-Report on the results and submit as publications.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- DL??? Publication of statistics.
-- DL??? Publication of novel heuristic techniques.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-.. include:: wp-tableend.asc

Copied: pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp06_dynamic_optimization.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt	Sat Oct 11 14:31:22 2003
@@ -1,7 +1,7 @@
 .. include:: crossreferences.asc
 
 .. |title| replace:: Dynamic optimizations and features
-.. |wp|    replace:: WP06
+.. |wp|    replace:: WP08
 .. |start| replace:: M2
 .. |p1|    replace:: AR
 .. |m1|    replace:: 6
@@ -46,7 +46,7 @@
 **Task 3**
 
 Research optimisation heuristics for the Just-In-Time compiler.
-Coordinate with WP08_.
+Coordinate with WP06_.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc

Deleted: /pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,101 +0,0 @@
-.. include:: crossreferences.asc
-
-:DELETE:BEGIN
-
-FIXME
-partecipants: Logilab, PBF, (DFKI?)
-time estimates: ?
-
-:DELETE:END
-
-.. |title| replace:: Language Research and Extensions
-.. |wp|    replace:: WP09
-.. |start| replace:: 0
-.. |p1|    replace:: X
-.. |m1|    replace:: 5
-.. |p2|    replace:: Y
-.. |m2|    replace:: 5
-.. |p3|    replace:: |e|
-.. |m3|    replace:: |e|
-.. |p4|    replace:: |e|
-.. |m4|    replace:: |e|
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-Leveraging PyPy flexibility implement language-integrated constraint
-satisfaction algorithms and inference engine to allow logic
-programming for Semantic Web applications. Also implement aspect
-oriented programming language features.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-**Task 1**
-
-Using the flexible architecture provided by the PyPy interpreter, we
-will first reimplement the current python-logic libraries available
-from Logilab to better integrate with the language and gain important
-execution speed-ups.
-
-:DELETE:BEGIN
-
-FIXME should we mention (where?) that this is going to be used
-by WP10_?
-
-This logic programming enabled python interpreter will then be
-used to further develop the projects related to Semantic Web
-applications that are on-going at Logilab and DFKI.
-
-:DELETE:END 
-
-**Task 2**
-
-Using the flexible architecture provided by the PyPy interpreter,
-we will first reimplement the current aspect-oriented libraries
-available from Logilab, to better integrate with the language
-and greatly simplify the design and enhance the performance.
-
-:DELETE:BEGIN
-
-FIXME where should this go?
-This aspect enabled interpreter will be used to offer
-design-by-contract facilities as seen in the Eiffel programming
-language and the current aspect-oriented library. It will also
-allow us to implement advanced static checking and code
-correctness capabilities, thus furthering the work done with
-the pychecker and pylint tools.
-
-:DELETE:END
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- DL??? Implementation of constraint satisfaction engine and 
-  inference engine in PyPy
-
-- DL??? Implementation of aspect-oriented programming
-  capabilities in PyPy
-
-- DL??? Implementation of design-by-contract and advanced
-  static checking capabilities.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-XXX write me
-
-.. include:: wp-tableend.asc

Copied: pypy/trunk/doc/funding/B6.7.wp09_search_and_logic.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp09_language_extensions.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp09_search_and_logic.txt	Sat Oct 11 14:31:22 2003
@@ -8,7 +8,7 @@
 
 :DELETE:END
 
-.. |title| replace:: Language Research and Extensions
+.. |title| replace:: Extend Language with Search and Logic
 .. |wp|    replace:: WP09
 .. |start| replace:: 0
 .. |p1|    replace:: X
@@ -32,8 +32,7 @@
 
 Leveraging PyPy flexibility implement language-integrated constraint
 satisfaction algorithms and inference engine to allow logic
-programming for Semantic Web applications. Also implement aspect
-oriented programming language features.
+programming for Semantic Web applications developed at Logilab and DFKI.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
@@ -47,36 +46,12 @@
 from Logilab to better integrate with the language and gain important
 execution speed-ups.
 
-:DELETE:BEGIN
-
-FIXME should we mention (where?) that this is going to be used
-by WP10_?
+**Task 2**
 
 This logic programming enabled python interpreter will then be
 used to further develop the projects related to Semantic Web
 applications that are on-going at Logilab and DFKI.
 
-:DELETE:END 
-
-**Task 2**
-
-Using the flexible architecture provided by the PyPy interpreter,
-we will first reimplement the current aspect-oriented libraries
-available from Logilab, to better integrate with the language
-and greatly simplify the design and enhance the performance.
-
-:DELETE:BEGIN
-
-FIXME where should this go?
-This aspect enabled interpreter will be used to offer
-design-by-contract facilities as seen in the Eiffel programming
-language and the current aspect-oriented library. It will also
-allow us to implement advanced static checking and code
-correctness capabilities, thus furthering the work done with
-the pychecker and pylint tools.
-
-:DELETE:END
-
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
 
@@ -85,17 +60,15 @@
 - DL??? Implementation of constraint satisfaction engine and 
   inference engine in PyPy
 
-- DL??? Implementation of aspect-oriented programming
-  capabilities in PyPy
-
-- DL??? Implementation of design-by-contract and advanced
-  static checking capabilities.
+- DL??? Assessment of benefits obtained from using PyPy over
+  current tools to further develop Semantic Web projects
+  at Logilab and DFKI.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
 
 **Milestones and Expected Result**
 
-XXX write me
+FIXME write me
 
 .. include:: wp-tableend.asc

Deleted: /pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,62 +0,0 @@
-.. include:: crossreferences.asc
-
-:DELETE:BEGIN
-
-FIXME
-participants: Logilab and DFKI
-time estimates: ?
-roughly 1,5 person each --> 3 person total for 1 year (?)
-
-FIXME Semantic Web in the title ?
-
-:DELETE:END
-
-.. |title| replace:: Application of language extensions
-.. |wp|    replace:: WP10
-.. |start| replace:: M2
-.. |p1|    replace:: X
-.. |m1|    replace:: 0
-.. |p2|    replace:: Y
-.. |m2|    replace:: 0
-.. |p3|    replace:: Z
-.. |m3|    replace:: 0
-.. |p4|    replace:: |e|
-.. |m4|    replace:: |e|
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-The logic programming enabled Python interpreter produced in WP09_
-will then be used to further develop the projects related to Semantic
-Web applications that are on-going at Logilab and DFKI.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-FIXME_DFKI should fill this in...
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- DL??? Assessment of benefits obtained from using PyPy over
-  current tools to further develop Semantic Web projects
-  at Logilab and DFKI.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-
-.. include:: wp-tableend.asc

Copied: pypy/trunk/doc/funding/B6.7.wp10_aspects_and_contracts.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp10_app_language_ext.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp10_aspects_and_contracts.txt	Sat Oct 11 14:31:22 2003
@@ -11,7 +11,7 @@
 
 :DELETE:END
 
-.. |title| replace:: Application of language extensions
+.. |title| replace:: Extend Language with Aspects and Contracts
 .. |wp|    replace:: WP10
 .. |start| replace:: M2
 .. |p1|    replace:: X
@@ -33,25 +33,41 @@
 
 **Objectives**
 
-The logic programming enabled Python interpreter produced in WP09_
-will then be used to further develop the projects related to Semantic
-Web applications that are on-going at Logilab and DFKI.
+Leveraging PyPy flexibility implement aspect-oriented programming,
+design-by-contract and advanced static checking capabilities.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
 
 **Description of work**
 
-FIXME_DFKI should fill this in...
+
+**Task 1**
+
+Using the flexible architecture provided by the PyPy interpreter,
+we will first reimplement the current aspect-oriented libraries
+available from Logilab, to better integrate with the language
+and greatly simplify the design and enhance the performance.
+
+**Task 2**
+
+This aspect enabled interpreter will be used to offer
+design-by-contract facilities as seen in the Eiffel programming
+language and the current aspect-oriented library. 
+This will also allow us to implement advanced static
+checking and code correctness checking capabilities, thus furthering
+the work done with the pychecker and pylint tools.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
 
 **Deliverables**
 
-- DL??? Assessment of benefits obtained from using PyPy over
-  current tools to further develop Semantic Web projects
-  at Logilab and DFKI.
+- DL??? Implementation of aspect-oriented programming
+  capabilities in PyPy
+
+- DL??? Implementation of design-by-contract and advanced
+  static checking capabilities.
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc

Added: pypy/trunk/doc/funding/B6.7.wp11_embed_in_hardware.txt
==============================================================================
--- (empty file)
+++ pypy/trunk/doc/funding/B6.7.wp11_embed_in_hardware.txt	Sat Oct 11 14:31:22 2003
@@ -0,0 +1,69 @@
+.. include:: crossreferences.asc
+
+:DELETE:BEGIN
+
+FIXME
+participants: Logilab and DFKI
+time estimates: ?
+roughly 1,5 person each --> 3 person total for 1 year (?)
+
+FIXME Semantic Web in the title ?
+
+:DELETE:END
+
+.. |title| replace:: Embed in Specialized Hardware
+.. |wp|    replace:: WP11
+.. |start| replace:: M2
+.. |p1|    replace:: X
+.. |m1|    replace:: 0
+.. |p2|    replace:: Y
+.. |m2|    replace:: 0
+.. |p3|    replace:: Z
+.. |m3|    replace:: 0
+.. |p4|    replace:: |e|
+.. |m4|    replace:: |e|
+.. |p5|    replace:: |e|
+.. |m5|    replace:: |e|
+.. |p6|    replace:: |e|
+.. |m6|    replace:: |e|
+
+.. include:: wp-toptable.asc
+
+.. include:: wp-tablebegin.asc
+
+**Objectives**
+
+The capacity of this interpreter to be assembled from basic modules
+will enable us to build a minimal custom version that suits embedded
+systems. This embedded version will be validated on existing hardware.
+
+FIXME talk about ChangeMaker and Axis here ? Logilab is willing to participate.
+
+.. include:: wp-tableend.asc
+.. include:: wp-tablebegin.asc
+
+**Description of work**
+
+**Task 1**
+
+Coordinate with WP13_ to build a minimal interpreter suitable for
+embedding on devices with restricted resources.
+
+**Task 2**
+
+Validate interpreter on existing hardware.
+
+.. include:: wp-tableend.asc
+.. include:: wp-tablebegin.asc
+
+**Deliverables**
+
+- DL??? Minimal interperter suitable for embedded devices.
+
+.. include:: wp-tableend.asc
+.. include:: wp-tablebegin.asc
+
+**Milestones and Expected Result**
+
+
+.. include:: wp-tableend.asc

Deleted: /pypy/trunk/doc/funding/B6.7.wp11_validations.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp11_validations.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,72 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Validation of PyPy
-.. |wp|    replace:: WP11
-.. |start| replace:: M4/M3
-.. |p1|    replace:: |e|
-.. |m1|    replace:: |e|
-.. |p2|    replace:: |e|
-.. |m2|    replace:: |e|
-.. |p3|    replace:: |e|
-.. |m3|    replace:: |e|
-.. |p4|    replace:: |e|
-.. |m4|    replace:: |e|
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-Research and validate the flexibility of PyPy by building key middleware
-features into the language itself.
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-**Task 1**
-
-Analyze and implement security models at the language level.  Implement
-the "RExec" restricted execution model.  (It was removed from the official
-Python implementation because it was too hard to maintain.)
-
-**Task 2**
-
-Analyze and implement distributed execution models at the language level.
-Implement network-transparent execution of Python programs.  (Typical
-libraries require programs to be aware of the remote execution model.)
-
-**Task 3**
-
-Analyze and implement persistence at the language level.  Implement an
-orthogonally persistent object space for Python programs.  (Persistence
-is never fully orthogonal without advanced language support.)
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- D?? A PyPy version which supports secure restricted execution of 
-  arbitrary Python programs
-
-- D?? A PyPy version which supports distributed execution of
-  arbitrary Python programs
-
-- D?? A PyPy version which supports persistent execution of
-  arbitrary Python programs
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-- M4 Validation of the flexibility of PyPy with respect to key middleware requirements
-
-.. include:: wp-tableend.asc

Deleted: /pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt	Sat Oct 11 14:31:22 2003
+++ (empty file)
@@ -1,67 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Integration and Configuration
-.. |wp|    replace:: WP12
-.. |start| replace:: 0
-.. |p1|    replace:: X
-.. |m1|    replace:: 5
-.. |p2|    replace:: Y
-.. |m2|    replace:: 5
-.. |p3|    replace:: |e|
-.. |m3|    replace:: |e|
-.. |p4|    replace:: |e|
-.. |m4|    replace:: |e|
-.. |p5|    replace:: |e|
-.. |m5|    replace:: |e|
-.. |p6|    replace:: |e|
-.. |m6|    replace:: |e|
-
-.. include:: wp-toptable.asc
-
-.. include:: wp-tablebegin.asc
-
-**Objectives**
-
-Integrate research and the source code from wp06_, wp07_, wp08_ and wp09_ into 
-a consistent code base. Analyse and fix remaining problems. Develop tools that will 
-allow to chose from available features and runtime restrictions to build 
-a custom PyPy version. 
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Description of work**
-
-**Task 1**
-
-Analyse and integrate all results from the results of other workpackages. 
-This involves identifying and resolving conflicts which could prevent
-a combintation of desired optimization goals. 
-
-**Task 2**
-
-Implement user interfaces to select features and runtime restrictions. 
-Provide a way to automatically build a PyPy custom version for different
-memory, performance and extension requirements. 
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Deliverables**
-
-- DL01: A release of PyPy with all available optimization and runtime features.
-         . 
-- DL02: a build- and configuration tool that allows to build custom PyPy versions
-        suitable for specialized environments like small or very large computing 
-        devices. 
-
-
-.. include:: wp-tableend.asc
-.. include:: wp-tablebegin.asc
-
-**Milestones and Expected Result**
-
-A stable release of PyPy enabling a wide range of users to experiment and develop
-using it as a flexible and highly-optimizable Python implementation. 
-
-.. include:: wp-tableend.asc

Copied: pypy/trunk/doc/funding/B6.7.wp12_validations.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp11_validations.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp11_validations.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp12_validations.txt	Sat Oct 11 14:31:22 2003
@@ -1,7 +1,7 @@
 .. include:: crossreferences.asc
 
-.. |title| replace:: Validation of PyPy
-.. |wp|    replace:: WP11
+.. |title| replace:: Implementation of Security, Distribution and Persistence
+.. |wp|    replace:: WP12
 .. |start| replace:: M4/M3
 .. |p1|    replace:: |e|
 .. |m1|    replace:: |e|

Copied: pypy/trunk/doc/funding/B6.7.wp13_integration_config.txt (from rev 1704, pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt)
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp12_integration_config.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp13_integration_config.txt	Sat Oct 11 14:31:22 2003
@@ -22,7 +22,7 @@
 
 **Objectives**
 
-Integrate research and the source code from wp06_, wp07_, wp08_ and wp09_ into 
+Integrate research and the source code from wp06_, wp07_, wp08_, wp09_ and wp10_ into 
 a consistent code base. Analyse and fix remaining problems. Develop tools that will 
 allow to chose from available features and runtime restrictions to build 
 a custom PyPy version. 

Modified: pypy/trunk/doc/funding/project_gantt.png
==============================================================================
Binary files. No diff available.


More information about the Pypy-commit mailing list