[pypy-svn] rev 1531 - in pypy/trunk/doc/funding: . makedoc

tismer at codespeak.net tismer at codespeak.net
Fri Oct 3 10:06:43 CEST 2003


Author: tismer
Date: Fri Oct  3 10:06:41 2003
New Revision: 1531

Added:
   pypy/trunk/doc/funding/B6.7.wp44_dynamic_optimization.txt   (props changed)
      - copied unchanged from rev 1530, pypy/trunk/doc/funding/B6.7.wp44_dynamic_optimization
Removed:
   pypy/trunk/doc/funding/B6.7.wp44_dynamic_optimization
Modified:
   pypy/trunk/doc/funding/makedoc/format.py
   pypy/trunk/doc/funding/makedoc/part_b.pdf
   pypy/trunk/doc/funding/makedoc/part_b.sxw
   pypy/trunk/doc/funding/makedoc/prep_part_b.sxw
   pypy/trunk/doc/funding/wp-tablebegin.asc
   pypy/trunk/doc/funding/wp-toptable.asc
Log:
small script changes, changed file name to .txt...


Deleted: /pypy/trunk/doc/funding/B6.7.wp44_dynamic_optimization
==============================================================================
--- /pypy/trunk/doc/funding/B6.7.wp44_dynamic_optimization	Fri Oct  3 10:06:41 2003
+++ (empty file)
@@ -1,64 +0,0 @@
-.. include:: crossreferences.asc
-
-.. |title| replace:: Dynamic optimizations and features
-.. |wp|    replace:: WP44
-.. |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 WP42_.
-
-.. 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**
-
-.. include:: wp-tableend.asc

Modified: pypy/trunk/doc/funding/makedoc/format.py
==============================================================================
--- pypy/trunk/doc/funding/makedoc/format.py	(original)
+++ pypy/trunk/doc/funding/makedoc/format.py	Fri Oct  3 10:06:41 2003
@@ -249,7 +249,7 @@
 
 def changeStyle(txt):
     txt = str(cut(txt))
-    #txt = str(replaceMargin(txt))
+    txt = str(replaceMargin(txt))
     # not correct yet
     txt = str(format(txt))
     return txt
@@ -258,6 +258,6 @@
     import sys
     fn = sys.argv[1]
     content = open(fn).read()
-    #f = format(str(replaceMargin(content)))
+    f = format(str(replaceMargin(content)))
     f = str(format(content))
     print f

Modified: pypy/trunk/doc/funding/makedoc/part_b.pdf
==============================================================================
Binary files. No diff available.

Modified: pypy/trunk/doc/funding/makedoc/part_b.sxw
==============================================================================
Binary files. No diff available.

Modified: pypy/trunk/doc/funding/makedoc/prep_part_b.sxw
==============================================================================
Binary files. No diff available.

Modified: pypy/trunk/doc/funding/wp-tablebegin.asc
==============================================================================
--- pypy/trunk/doc/funding/wp-tablebegin.asc	(original)
+++ pypy/trunk/doc/funding/wp-tablebegin.asc	Fri Oct  3 10:06:41 2003
@@ -8,4 +8,4 @@
     <TABLE WIDTH=658 BORDER=1 BORDERCOLOR="#000000" CELLPADDING=7 CELLSPACING=0>
         <COL WIDTH=642>
             <TR>
-                <TD WIDTH=642 HEIGHT=154 VALIGN=TOP>
+                <TD WIDTH=642 HEIGHT=80 VALIGN=TOP>

Modified: pypy/trunk/doc/funding/wp-toptable.asc
==============================================================================
--- pypy/trunk/doc/funding/wp-toptable.asc	(original)
+++ pypy/trunk/doc/funding/wp-toptable.asc	Fri Oct  3 10:06:41 2003
@@ -14,7 +14,7 @@
 .. raw:: html
 
 
-    <TABLE WIDTH=658 BORDER=1 BORDERCOLOR="#000000" CELLPADDING=7 CELLSPACING=0 RULES=NONE>
+    <TABLE WIDTH=658 BORDER=1 BORDERCOLOR="#000000" CELLPADDING=2 CELLSPACING=0 RULES=NONE>
         <COL WIDTH=222>
         <COL WIDTH=56>
         <COL WIDTH=56>


More information about the Pypy-commit mailing list