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

pedronis at codespeak.net pedronis at codespeak.net
Thu Mar 22 17:49:59 CET 2007


Author: pedronis
Date: Thu Mar 22 17:49:58 2007
New Revision: 41100

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
is_true is done.

a remark on calls for later



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Thu Mar 22 17:49:58 2007
@@ -2,8 +2,6 @@
 To Do Right Now
 ------------------
 
-- improve is_true()
-
 - basic docs and examples
 
 - 386 regalloc bug: release(gv) might release it too early if gv is
@@ -12,6 +10,8 @@
 Longer-term
 ------------------
 
+- we should be able to timeshift call_valuestack with sane results
+
 - 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