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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Jan 16 11:04:04 CET 2008


Author: cfbolz
Date: Wed Jan 16 11:04:03 2008
New Revision: 50658

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	Wed Jan 16 11:04:03 2008
@@ -11,18 +11,23 @@
  - look at the RPython microbenchmarks for Java
    DONE, fixed sized-lists are slow
  
- - work on CTypes (Carl Friedrich, Armin)
+ - work on CTypes
    more general non-progress
+   nested structure and arrays of structure support in rawffi
 
  - think about summarizing test outcomes
 
  - JVM integration (probably only when Anto is here)
 
  - look at the CLI integration on the clr-module-improvements/ branch and
-   maybe improve/merge it? SOME PROGRESS, we gave up because python.net wasn't
-   working correctly (Anto, Paul)
+   maybe improve/merge it? DONE, branch is to be merged
    
  - implement fixed-size lists as arrays in the ootypesystem (Carl Friedrich,
-   Toby) IN PROGRESS, jvm backend supported, minor problems
-
+   Toby) IN PROGRESS, jvm backend supported, more minor problems
+   java bytecode verifier complains
+ 
+ - give a JIT code walkthrough (Armin)
+ 
+ - start writing more unit-style tests for the JIT (Armin, Anto, Maciek)
  
+ - explore the parsers a bit (Toby, Carl Friedrich)



More information about the Pypy-commit mailing list