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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Aug 15 13:58:31 CEST 2007


Author: cfbolz
Date: Wed Aug 15 13:58:29 2007
New Revision: 45675

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
add a note about id mess


Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Wed Aug 15 13:58:29 2007
@@ -23,7 +23,9 @@
    we can have more than one translator/annotator around (with the
    timeshifter)
  - unicode strings in RPython
- - finish rctypes rewrite (some of items of this list depend on it)
+ - finish rctypes removal
+ - think about approaches to id, especially concerning boehm, where the id will
+   keep the object alive and concerning a moving GC
 
 interpreter
 -----------



More information about the Pypy-commit mailing list