[pypy-commit] extradoc extradoc: Done

alex_gaynor noreply at buildbot.pypy.org
Sun Oct 13 22:54:34 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r5069:37671f5ab693
Date: 2013-10-13 22:54 +0200
http://bitbucket.org/pypy/extradoc/changeset/37671f5ab693/

Log:	Done

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -45,9 +45,6 @@
   (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.
-
 - ovfcheck(a << b) will do ``result >> b`` and check that the result is equal
   to ``a``, instead of looking at the x86 flags.
 


More information about the pypy-commit mailing list