[pypy-svn] r76380 - pypy/extradoc/planning

fijal at codespeak.net fijal at codespeak.net
Wed Jul 28 09:51:51 CEST 2010


Author: fijal
Date: Wed Jul 28 09:51:50 2010
New Revision: 76380

Modified:
   pypy/extradoc/planning/jit.txt
Log:
another item


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Jul 28 09:51:50 2010
@@ -33,6 +33,10 @@
   is only used as a livevar in a guard should be removed and encoded in
   the guard recovert code.
 
+- think about strings more. since string are immutable, unnecessary copies
+  does not make any sense (sometimes people construct strings through
+  arrays, which is harder to track and then not use the result)
+
 TASKS
 -----
 



More information about the Pypy-commit mailing list