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

pedronis at codespeak.net pedronis at codespeak.net
Sun Aug 5 00:54:50 CEST 2007


Author: pedronis
Date: Sun Aug  5 00:54:50 2007
New Revision: 45488

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
update with next steps regarding gc/mem mgmt stuff



Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Sun Aug  5 00:54:50 2007
@@ -13,11 +13,8 @@
  - geninterp is a hack
  - keepalives need to die, finally
  - change weakrefs to work together with the GC
- - delegate finding type stuff like vtables etc to GC
- - clean up the tangle of how the various mallocs are implemented
-   and responsability distributed acrosss headers, policies, backends,
-   and the gctransfomers, which varies depending on the GC :(,
-   exploit better the removal of zeroing assumption 
+ - 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 dependecies especially for pypy-cli



More information about the Pypy-commit mailing list