[pypy-svn] extradoc extradoc: (cfbolz, lac) new file, so people have a place other than jit.txt to put things.

lac commits-noreply at bitbucket.org
Mon Apr 25 15:14:35 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: extradoc
Changeset: r3534:51652316fcbd
Date: 2011-04-25 15:13 +0200
http://bitbucket.org/pypy/extradoc/changeset/51652316fcbd/

Log:	(cfbolz,lac) new file, so people have a place other than jit.txt to
	put things. the last bits of cleanup-todo from doc is here now.

diff --git a/planning/todo.txt b/planning/todo.txt
new file mode 100644
--- /dev/null
+++ b/planning/todo.txt
@@ -0,0 +1,13 @@
+PyPy todo 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
+---------------------
+
+ - clean up the tangle of including headers in the C backend
+ - make approach for loading modules more sane, mixedmodule capture
+   too many platform dependencies especially for pypy-cli
+


More information about the Pypy-commit mailing list