[pypy-svn] r23203 - pypy/extradoc/sprintinfo/mallorca

hpk at codespeak.net hpk at codespeak.net
Fri Feb 10 15:11:09 CET 2006


Author: hpk
Date: Fri Feb 10 15:11:08 2006
New Revision: 23203

Removed:
   pypy/extradoc/sprintinfo/mallorca/sprint-announcement.html
Modified:
   pypy/extradoc/sprintinfo/mallorca/Paris_mini_sprint.txt
   pypy/extradoc/sprintinfo/mallorca/planning.txt
Log:
fixed ReST issues 


Modified: pypy/extradoc/sprintinfo/mallorca/Paris_mini_sprint.txt
==============================================================================
--- pypy/extradoc/sprintinfo/mallorca/Paris_mini_sprint.txt	(original)
+++ pypy/extradoc/sprintinfo/mallorca/Paris_mini_sprint.txt	Fri Feb 10 15:11:08 2006
@@ -1,8 +1,8 @@
 Mini Sprint at Logilab
------------------
+--------------------------------
 
 Possible topics
-------------
+----------------------
 
 
     Finish exposing the Grammar at application level

Modified: pypy/extradoc/sprintinfo/mallorca/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/mallorca/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/mallorca/planning.txt	Fri Feb 10 15:11:08 2006
@@ -29,14 +29,14 @@
 ======
 
   - JIT: 
-   Graph generating ops
-   Designed interface (see draft-jit-ideas),
-   Refactored llabstractinterp to use the operations
-   Started trying to reuse the annotator framework
-   for off-line partial evaluation
-   Progress, now trying to annotate the toy language interp.
-   Arre,  Samuele, Armin on Virtual List
-
+    Graph generating ops
+    Designed interface (see draft-jit-ideas),
+    Refactored llabstractinterp to use the operations
+    Started trying to reuse the annotator framework
+    for off-line partial evaluation
+    Progress, now trying to annotate the toy language interp.
+    Arre,  Samuele, Armin on Virtual List
+ 
   - integration of the garbage collection toolkit with the
     DONE: offsetof, sizeof work done
     Started: insert GC neeeded behaviour as graph transformations.
@@ -68,7 +68,7 @@
   - express exception raising operations in the graphs as
     calls to helpers (backends could use their special 
     operations) SOME PROGRESS
-   Eric, Richard
+    Eric, Richard
 
   ( - l3interp/offsetof/sizeof work:
     Progress. Progress needs either hacks and assuming Boehm



More information about the Pypy-commit mailing list