[pypy-svn] r50742 - pypy/extradoc/sprintinfo/leysin-winter-2008

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jan 18 11:05:01 CET 2008


Author: cfbolz
Date: Fri Jan 18 11:04:59 2008
New Revision: 50742

Modified:
   pypy/extradoc/sprintinfo/leysin-winter-2008/planning.txt
Log:
(all): planning for today


Modified: pypy/extradoc/sprintinfo/leysin-winter-2008/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/leysin-winter-2008/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/leysin-winter-2008/planning.txt	Fri Jan 18 11:04:59 2008
@@ -2,6 +2,8 @@
 Task ideas
 ==========
 
+ - skiing/snowboarding/snow hiking: IN-PROGRESS
+
  - try getting debug information in the Java class files DONE
 
  - benchmark the size of the young nursery for generational GC
@@ -13,21 +15,37 @@
  
  - work on CTypes
    more general non-progress
-   nested structure and arrays of structure support in rawffi
+   nested structure and arrays of structure support in rawffi DONE
+
+ - callbacks in rawffi
+
+ - write tests for GIL handling in callbacks in rffi (maciek)
 
  - think about summarizing test outcomes
 
  - JVM integration (probably only when Anto is here)
 
+ - does JPype support reflection? (Paul, Anto around)
+   wrap it into an rlib module
+
  - look at the CLI integration on the clr-module-improvements/ branch and
-   maybe improve/merge it? DONE, branch is to be merged
+   maybe improve/merge it? Some problems left: newly loaded assemblies are a
+   problem
    
  - implement fixed-size lists as arrays in the ootypesystem (Carl Friedrich,
    Toby) IN PROGRESS, jvm backend supported, more minor problems
    java bytecode verifier complains
  
- - give a JIT code walkthrough (Armin)
+ - give a JIT code walkthrough DONE
+
+ - give a JIT promotion walkthrough (Armin)
  
- - start writing more unit-style tests for the JIT (Armin, Anto, Maciek)
+ - start writing more unit-style tests for the JIT (Armin, Carl Friedrich,
+   Anto)
+   SOME PROGRESS
+
+ - ported some JIT tests to ootype
  
- - explore the parsers a bit (Toby, Carl Friedrich)
+ - explore the parsers a bit DONE
+
+ - hack a bit on an AVM backend (Toby, Maciek)



More information about the Pypy-commit mailing list