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

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


Author: cfbolz
Date: Tue Feb 13 19:19:23 2007
New Revision: 38740

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
add reviewing of performance-critical things


Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Tue Feb 13 19:19:23 2007
@@ -13,4 +13,9 @@
  - geninterp is a hack
  - keepalives need to die, finally
  - change weakrefs to work together with the GC
-   - if this is done, open files should be closed at shutdown
+
+interpreter
+-----------
+
+ - review the things implemented at applevel whether they are performance-
+   critical



More information about the Pypy-commit mailing list