[pypy-svn] r41160 - pypy/dist/pypy/jit
arigo at codespeak.net
arigo at codespeak.net
Fri Mar 23 13:07:38 CET 2007
Author: arigo
Date: Fri Mar 23 13:07:37 2007
New Revision: 41160
Modified:
pypy/dist/pypy/jit/TODO.txt
Log:
Update the TODO.
Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt (original)
+++ pypy/dist/pypy/jit/TODO.txt Fri Mar 23 13:07:37 2007
@@ -4,14 +4,12 @@
- basic docs and examples
-- (maybe) make W_IntObject immutable
-
-- (maybe) try to replace the bool genvar with two constant bools in
- the two paths exiting a conditional jump
-
Longer-term
------------------
+- 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
- we are promoting inside space.type, there are other uses of it
More information about the Pypy-commit
mailing list