[pypy-svn] r41162 - pypy/dist/pypy/jit

pedronis at codespeak.net pedronis at codespeak.net
Fri Mar 23 13:11:27 CET 2007


Author: pedronis
Date: Fri Mar 23 13:11:25 2007
New Revision: 41162

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
now call_valuestack is timeshifted with somewhat nice results, although you need
the right kind of benchmark to see them. The  produced code for calls like f(x,y) is
kind of nice.



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Fri Mar 23 13:11:25 2007
@@ -10,7 +10,7 @@
 - make W_IntObject immutable (done, but gives bad code with
   unexpected merges - try to understand why)
 
-- we should be able to timeshift call_valuestack with sane results
+- do something even better for calls (and LOOKUP_METHOD)
 
 - we are promoting inside space.type, there are other uses of it    
   beyond dispatching, it may not be the best idea in general



More information about the Pypy-commit mailing list