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

hpk at codespeak.net hpk at codespeak.net
Thu Mar 25 00:02:53 CET 2004


Author: hpk
Date: Thu Mar 25 00:02:51 2004
New Revision: 3388

Modified:
   pypy/trunk/doc/funding/B6.7.wp05_translation.txt
Log:
- wp05: target translation aspects such as memory management 
  and threading models explicitely (because we talk about
  that in B6.0, our implementation plan)
 
- i think WP05 might still need to address deliverables 
  other than a C runtime because we also talk about that
  in B6.0 



Modified: pypy/trunk/doc/funding/B6.7.wp05_translation.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.7.wp05_translation.txt	(original)
+++ pypy/trunk/doc/funding/B6.7.wp05_translation.txt	Thu Mar 25 00:02:51 2004
@@ -51,6 +51,8 @@
 In order to give a working environment to the translated RPython
 program, build the low-level-specific runtime components of PyPy.
 For the C PyPy runtime, important parts can be directly re-used from CPython.
+However, certain aspects such as memory management and threading models
+are to be implemented in a modular way. 
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc
@@ -58,9 +60,9 @@
 **Deliverables**
 
 - D05.1 Tool chain for translating and compiling arbitrary RPython programs
-- D05.2 Release a compiled, self-contained version of PyPy
-- D05.3 Report about solved and remaining problems regarding the
-  design of RPython and its translation.
+- D05.2 Release a compiled, self-contained modular version of PyPy
+- D05.3 Publish solved and remaining problems regarding RPython and
+  memory management/threading models as translation aspects. 
 
 .. include:: wp-tableend.asc
 .. include:: wp-tablebegin.asc


More information about the Pypy-commit mailing list