Author: Alex Gaynor <[email protected]>
Branch: extradoc
Changeset: r5062:525e40c1aa52
Date: 2013-09-25 18:05 -0700
http://bitbucket.org/pypy/extradoc/changeset/525e40c1aa52/

Log:    Another item

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -45,6 +45,9 @@
   (SETINTERIORFIELD, GETINTERIORFIELD). This is needed for the previous item to
   fully work.
 
+- {}.update({}) is not fully unrolled and constant folded because HeapCache
+  loses track of values in virtual-to-virtual ARRAY_COPY calls.
+
 
 OPTIMIZATIONS
 -------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to