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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Nov 1 10:40:41 CET 2006


Author: cfbolz
Date: Wed Nov  1 10:40:37 2006
New Revision: 33997

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


Modified: pypy/extradoc/sprintinfo/ddorf2006b/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/ddorf2006b/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/ddorf2006b/planning.txt	Wed Nov  1 10:40:37 2006
@@ -13,28 +13,36 @@
 Tasks
 =====
 
- - javascript interpreter (leonardo, maciek and armin around)
+ - javascript interpreter (leonardo, stephan)
    addition of numbers, strings (with proper, twisted semantics) works
    integration of the narcissus parser
+   nested scopes, variable declarations, functions without parameters
 
- - jvm backend (niko, anto)
+ - jvm backend (niko, )
    sharing code between gencli and genjvm
+   first tests running!
+   number manipulations, field access
 
- - transparent proxies
+ - transparent proxies (maciek, guido, samuele around)
 
- - apigen tool (guido, maciek around)
+ - apigen tool
+   changes to instance variables after calls to functions
 
  - build tool
    it's now actually building pypy, sending the usession directory back
 
- - .net integration
+ - .net integration, fixing pypy.net (anto, carl friedrich)
+   quick hack, but pypy.net is broken :-(
 
  - jit code generation (eric, michael)
    lots of documentation about the jit-backend interface, fighting with
    ppc code generation
+   some refactorings
+   looking at whether it's possible to use the llvm code generation
 
  - jit front end (samuele, arre)
    IN-PROGRESS
+   fixed the last known bug, experimentation needed
  
  - running tests on the translated pypy-cs (related to py.test refactoring?)
 
@@ -42,7 +50,10 @@
    
    - lists of integers
 
- - adding the microbenchmark results to the benchmark page (eric)
-   MAYBE DONE
+ - adding the microbenchmark results to the benchmark page
+   DONE
 
  - trying the jit efforts on a regex engine (richard, armin around)
+   kind of worked
+
+- fixing pypy on windows, adding some more os functions (christian)



More information about the Pypy-commit mailing list