[pypy-commit] extradoc extradoc: Remove a task that is done and a task that points to a non-existant paste.

alex_gaynor noreply at buildbot.pypy.org
Tue Jul 16 10:45:58 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r4988:6069ab9f97ba
Date: 2013-07-16 01:45 -0700
http://bitbucket.org/pypy/extradoc/changeset/6069ab9f97ba/

Log:	Remove a task that is done and a task that points to a non-existant
	paste.

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -89,8 +89,6 @@
 Extracted from some real-life Python programs, examples that don't give
 nice code at all so far:
 
-- let super() work with the method cache.
-
 - ((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)
 
@@ -98,11 +96,6 @@
 BACKEND TASKS
 -------------
 
-- Look into this: http://paste.pocoo.org/show/450051/
-  commenting out the first line of f makes ~30% improvement. This is due to
-  the fact of reordering locals and valuestack when jumping across incompatible
-  loops (for no good reason really, but it does make a lot of assembler)
-
 
 LATER (maybe) TASKS
 -------------------


More information about the pypy-commit mailing list