[pypy-svn] r40918 - pypy/dist/pypy/jit
arigo at codespeak.net
arigo at codespeak.net
Wed Mar 21 14:35:30 CET 2007
Author: arigo
Date: Wed Mar 21 14:35:28 2007
New Revision: 40918
Modified:
pypy/dist/pypy/jit/TODO.txt
Log:
Pending issue...
Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt (original)
+++ pypy/dist/pypy/jit/TODO.txt Wed Mar 21 14:35:28 2007
@@ -17,6 +17,9 @@
mmh, because we have the same variable twice (this is an invariant broken)
- CALL_LIKELY_BUILTIN uses call_valuestack => bad
+- 386 regalloc bug: release(gv) might release it too early if gv is
+ used several times by the same operation :-(
+
Longer-term
------------------
More information about the Pypy-commit
mailing list