Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: extradoc
Changeset: r3997:806e6da58235
Date: 2011-12-19 19:45 +0100
http://bitbucket.org/pypy/extradoc/changeset/806e6da58235/

Log:    this was done by the list-strategies branch

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -86,8 +86,6 @@
 - ((turn max(x, y)/min(x, y) into MAXSD, MINSD instructions when x and y are
   floats.)) (a mess, MAXSD/MINSD have different semantics WRT nan)
 
-- list.pop() (with no arguments) calls into delitem, rather than recognizing 
that
-  no items need to be moved
 
 BACKEND TASKS
 -------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to