Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5634:771093ae6324
Date: 2016-04-08 16:13 +0300
http://bitbucket.org/pypy/extradoc/changeset/771093ae6324/

Log:    misc stuff

diff --git a/planning/misc.txt b/planning/misc.txt
new file mode 100644
--- /dev/null
+++ b/planning/misc.txt
@@ -0,0 +1,13 @@
+
+
+
+
+minor/major collections: order the visit to the objects by... address?
+
+make the resizing of dict/lists more GC-aware
+
+virtualizables are a mess of loads/stores in the jit traces
+
+modulo is very bad; "x % (2**n)" should be improved even if x might be
+negative.  Think also about "x % C" for a general C?
+
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to