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

tismer at codespeak.net tismer at codespeak.net
Sun Oct 12 00:48:18 CEST 2003


Author: tismer
Date: Sun Oct 12 00:48:17 2003
New Revision: 1747

Added:
   pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimisation.txt   (props changed)
      - copied unchanged from rev 1746, pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt
Removed:
   pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt
Modified:
   pypy/trunk/doc/funding/crossreferences.asc
Log:
renamed for consistency about "s" instead of "z" 

Deleted: /pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp08_dynamic_optimization.txt	Sun Oct 12 00:48:17 2003
+++ (empty file)
@@ -1,67 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Dynamic Optimizations
-.. |wp|    replace:: WP08
-.. |start| replace:: 0
-.. |p1|    replace:: PBF
-.. |m1|    replace:: 2
-.. |p2|    replace:: MPI
-.. |m2|    replace:: 1
-.. |p3|    replace:: STRAKT
-.. |m3|    replace:: 1
-.. |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**
-
-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 WP06_.
-
-.. 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/crossreferences.asc
==============================================================================
--- pypy/trunk/doc/funding/crossreferences.asc	(original)
+++ pypy/trunk/doc/funding/crossreferences.asc	Sun Oct 12 00:48:17 2003
@@ -5,7 +5,7 @@
 .. _WP05: B6.7.wp05_translation.html
 .. _WP06: B6.7.wp06_core_optimisations.html
 .. _WP07: B6.7.wp07_translator_optimisations.html
-.. _WP08: B6.7.wp08_dynamic_optimization.html
+.. _WP08: B6.7.wp08_dynamic_optimisation.html
 .. _WP09: B6.7.wp09_search_and_logic.html
 .. _WP10: B6.7.wp10_aspects_and_contracts.html
 .. _WP11: B6.7.wp11_embed_in_hardware.html


More information about the Pypy-commit mailing list