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

arigo at codespeak.net arigo at codespeak.net
Thu Mar 22 19:02:10 CET 2007


Author: arigo
Date: Thu Mar 22 19:02:09 2007
New Revision: 41113

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
Bug probably fixed.  Add a new optional TODO item.


Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Thu Mar 22 19:02:09 2007
@@ -4,8 +4,7 @@
 
 - basic docs and examples
 
-- 386 regalloc bug: release(gv) might release it too early if gv is
-  used several times by the same operation :-(
+- (maybe) make W_IntObject immutable
 
 Longer-term
 ------------------



More information about the Pypy-commit mailing list