Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: extradoc
Changeset: r5483:733ab4c473b1
Date: 2014-12-19 08:29 -0800
http://bitbucket.org/pypy/extradoc/changeset/733ab4c473b1/

Log:    Write down an idea

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -105,6 +105,9 @@
 
   (This applies to the read direction as well)
 
+- hash(str[x:y]) should have an optimization in the JIT so that no malloc/copy
+  occurs
+
 PYTHON EXAMPLES
 ---------------
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to