[pypy-svn] pypy documentation-cleanup: (lac, cfbolz) move the only unfinished bits of cleanup-todo to extradoc.

lac commits-noreply at bitbucket.org
Mon Apr 25 15:17:07 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43584:959111565f93
Date: 2011-04-25 15:16 +0200
http://bitbucket.org/pypy/pypy/changeset/959111565f93/

Log:	(lac, cfbolz) move the only unfinished bits of cleanup-todo to
	extradoc.

diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst
--- a/pypy/doc/index.rst
+++ b/pypy/doc/index.rst
@@ -89,7 +89,6 @@
    architecture.rst
    coding-guide.rst
    cpython_differences.rst
-   cleanup-todo.rst
    garbage_collection.rst
    interpreter.rst
    objspace.rst

diff --git a/pypy/doc/cleanup-todo.rst b/pypy/doc/cleanup-todo.rst
deleted file mode 100644
--- a/pypy/doc/cleanup-todo.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-
-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
- - delegate finding type stuff like vtables etc to GC, cleaner interface for rtti,
-   simplify translator/c/gc.py
- - 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
- - review pdbplus, especially the graph commands, also in the light of
-   https://codespeak.net/issue/pypy-dev/issue303 and the fact that
-   we can have more than one translator/annotator around (with the
-   timeshifter)
-
-interpreter
------------
-
- - review the things implemented at applevel whether they are performance-
-   critical
-
- - review CPython regression test suite, enable running tests, fix bugs


More information about the Pypy-commit mailing list