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

ludal at codespeak.net ludal at codespeak.net
Wed Feb 21 16:58:18 CET 2007


Author: ludal
Date: Wed Feb 21 16:58:17 2007
New Revision: 39294

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
add some notes to cleanup-todo.txt


Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Wed Feb 21 16:58:17 2007
@@ -14,8 +14,15 @@
  - keepalives need to die, finally
  - change weakrefs to work together with the GC
 
+C backend
+~~~~~~~~~
+
+ - check why .rodata section gets bigger when compiled with inlining
+ - try to generate const struct {...} for contant rpython strings
+
 interpreter
 -----------
 
  - review the things implemented at applevel whether they are performance-
    critical
+



More information about the Pypy-commit mailing list