[pypy-svn] r49866 - pypy/extradoc/planning/roadmap

antocuni at codespeak.net antocuni at codespeak.net
Mon Dec 17 14:35:55 CET 2007


Author: antocuni
Date: Mon Dec 17 14:35:55 2007
New Revision: 49866

Modified:
   pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt
   pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt
Log:
- try to give a sensible order to the various tasks

- add task_ctypes to the cpython_goal




Modified: pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt	(original)
+++ pypy/extradoc/planning/roadmap/goal_cpython_replacement.txt	Mon Dec 17 14:35:55 2007
@@ -8,30 +8,31 @@
 do the porting of modules and other tasks that are beyond the
 resources of the core project.
 
-These tasks have no specific ordering currently. (XXX do they?)
+These tasks are loosley ordered by categories (speed, extra features,
+external modules) (XXX: have a more structured outline?)
 
 .. include:: task_refactor_jit.txt
 
 .. include:: task_optimize_jit.txt
 
-.. include:: task_separate_compilation.txt
-
-.. include:: task_cpython_api.txt
+.. include:: task_manual_optimizations.txt
 
-.. include:: task_wrapper_generator.txt
+.. include:: task_multi_platform.txt
 
 .. include:: task_catch_up_with_2_x.txt
 
-.. include:: task_modules_rffi.txt
+.. include:: task_parser_cleanup.txt
 
-.. include:: task_modules_3rdparty.txt
+.. include:: task_separate_compilation.txt
 
-.. include:: task_manual_optimizations.txt
+.. include:: task_modules_rffi.txt
 
-.. include:: task_parser_cleanup.txt
+.. include:: task_ctypes.txt
 
-.. include:: task_multi_platform.txt
+.. include:: task_wrapper_generator.txt
 
-.. include:: task_gui_support.txt
+.. include:: task_cpython_api.txt
 
+.. include:: task_modules_3rdparty.txt
 
+.. include:: task_gui_support.txt

Modified: pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt	(original)
+++ pypy/extradoc/planning/roadmap/task_pervasive_benchmarking.txt	Mon Dec 17 14:35:55 2007
@@ -7,7 +7,7 @@
 - some microbenchmarks, but coverage not consistent
   (see pypy/translator/microbench) 
 - some small-to-medium-sized apps as real-world benchmarks
-- benchmarks run on one machine (wyvern), no collection of results
+- benchmarks run on one machine (tuatara), no collection of results
 
 todo: 
 



More information about the Pypy-commit mailing list