[pypy-svn] extradoc extradoc: Note another optimization

alex_gaynor commits-noreply at bitbucket.org
Sat Mar 12 22:45:59 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3375:92bd5104cd4b
Date: 2011-03-12 16:45 -0500
http://bitbucket.org/pypy/extradoc/changeset/92bd5104cd4b/

Log:	Note another optimization

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -78,6 +78,9 @@
 
   Should be just a matter of synthesizing reverse operations in rewrite.py
 
+- Call to ll_find right after allocating a ``newstr(1)`` should just change
+  the call to ll_find_char and remove the allocation if it can.
+
 
 PYTHON EXAMPLES
 ---------------


More information about the Pypy-commit mailing list