[pypy-svn] r33966 - pypy/extradoc/sprintinfo/ddorf2006b

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Oct 31 17:13:31 CET 2006


Author: cfbolz
Date: Tue Oct 31 17:13:30 2006
New Revision: 33966

Modified:
   pypy/extradoc/sprintinfo/ddorf2006b/planning.txt
Log:
somewhat late: planning for today


Modified: pypy/extradoc/sprintinfo/ddorf2006b/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/ddorf2006b/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/ddorf2006b/planning.txt	Tue Oct 31 17:13:30 2006
@@ -2,6 +2,7 @@
 ===========================
 
 times: 10am - ...
+       Wednesday morning: various presentations
        Thursday breakday
 
 Attendees: 
@@ -12,21 +13,28 @@
 Tasks
 =====
 
- - javascript interpreter (leonardo, maciek, armin around)
+ - javascript interpreter (leonardo, maciek and armin around)
+   addition of numbers, strings (with proper, twisted semantics) works
+   integration of the narcissus parser
 
  - jvm backend (niko, anto)
+   sharing code between gencli and genjvm
 
  - transparent proxies
 
- - apigen tool
+ - apigen tool (guido, maciek around)
 
- - build tool (guido, carl friedrich)
+ - build tool
+   it's now actually building pypy, sending the usession directory back
 
  - .net integration
 
- - jit code generation (armin, michael)
+ - jit code generation (eric, michael)
+   lots of documentation about the jit-backend interface, fighting with
+   ppc code generation
 
  - jit front end (samuele, arre)
+   IN-PROGRESS
  
  - running tests on the translated pypy-cs (related to py.test refactoring?)
 
@@ -34,3 +42,7 @@
    
    - lists of integers
 
+ - adding the microbenchmark results to the benchmark page (eric)
+   MAYBE DONE
+
+ - trying the jit efforts on a regex engine (richard, armin around)



More information about the Pypy-commit mailing list