[pypy-svn] r38698 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Feb 13 15:23:25 CET 2007


Author: cfbolz
Date: Tue Feb 13 15:23:23 2007
New Revision: 38698

Added:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
add a (for now small) cleanup todo list. add things freely


Added: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Tue Feb 13 15:23:23 2007
@@ -0,0 +1,15 @@
+
+PyPy cleanup areas
+==================
+
+This is a todo list that lists various areas of PyPy that should be cleaned up
+(for whatever reason: less mess, less code duplication, etc).
+
+translation toolchain
+---------------------
+
+ - low level backends should share more code
+ - all backends should have more consistent interfaces
+ - geninterp is a hack
+ - keepalives need to die, finally
+



More information about the Pypy-commit mailing list