Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: extradoc
Changeset: r5046:fe4b71426b5d
Date: 2013-09-03 14:31 -0700
http://bitbucket.org/pypy/extradoc/changeset/fe4b71426b5d/

Log:    Another item

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -35,6 +35,16 @@
 - ConstantFloat(0.0) should be generated with pxor %xmm, %xmm; instead of a
   movabs.
 
+- Unroll some more dict methods, right now:
+
+    d = {"a": 1, "b": 2, "c": 3, "d": 4, "e": 5}
+
+  allocates a bunch of stuff just to call "dict_resize"
+
+- Heapcache in the metainterp needs to handle array of structs
+  (SETINTERIORFIELD, GETINTERIORFIELD). This is needed for the previous item to
+  fully work.
+
 
 OPTIMIZATIONS
 -------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to