[pypy-svn] r56477 - pypy/extradoc/sprintinfo/post-ep2008

arigo at codespeak.net arigo at codespeak.net
Sat Jul 12 10:52:34 CEST 2008


Author: arigo
Date: Sat Jul 12 10:52:34 2008
New Revision: 56477

Modified:
   pypy/extradoc/sprintinfo/post-ep2008/planning.txt
Log:
Planning for the 3rd day of the sprint.


Modified: pypy/extradoc/sprintinfo/post-ep2008/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/post-ep2008/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/post-ep2008/planning.txt	Sat Jul 12 10:52:34 2008
@@ -13,30 +13,29 @@
    * Django seems to be running.
    * Fixed _rawffi for Mac OS X
    * CherryPy works out of the box
+   * Pinax project/application runs on pypy-c
+   * update play1.codespeak.net and make this work there
+   * filed even more Django tickets
+   * started http://code.djangoproject.com/wiki/DjangoAndPyPy
 
- - support for profiling the calls to builtins (IN-PROGRESS)
-   (stephan, anto)
+ - support for profiling the calls to builtins with
+   sys.setprofile(): TESTING
 
  - fix the default options of "translate.py", make "--help"
    show only the reasonable options, remove "--faassen",
    etc. (samuele, others for discussion)
 
- - dotviewer improvements (expanding & collapsing, etc.)
-   and eventually make it a separate project
-   * Having fun
-   * Minor progress
-   * IN-PROGRESS (dinu, marius)
-
  - start a tutorial on how to write a language interpreter
-   in RPython with PyPy
+   in RPython with PyPy: SOME PROGRESS, but no more today
  
- - port the stackless transform to ootypesystem
-
- - improve rlib.rjvm (java bindings for rpython)
-
- - profile & speedup pypy-jvm
-
  - more extension modules, with ctypes or rpython
-   * itertools IN-PROGRESS (adurdin, jakub, anto around)
+   * itertools EVEN MORE IN-PROGRESS (adurdin, jakub)
+   * hashlib, ctypes->openssl IN-PROGRESS (gasper, fijal
+     around)
+ 
+ - port the Python interpreter for Malbolge to RPython:
+   IN-PROGRESS
+
+ - work on _rawffi.py for Jython was started :-)
 
  - general wizardry (anto, arigo)



More information about the Pypy-commit mailing list