[pypy-svn] r40871 - pypy/dist/pypy/jit
pedronis at codespeak.net
pedronis at codespeak.net
Wed Mar 21 01:03:49 CET 2007
Author: pedronis
Date: Wed Mar 21 01:03:47 2007
New Revision: 40871
Modified:
pypy/dist/pypy/jit/TODO.txt
Log:
twice same reg because twice same var :(
Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt (original)
+++ pypy/dist/pypy/jit/TODO.txt Wed Mar 21 01:03:47 2007
@@ -14,7 +14,8 @@
- we explode in reg alloc for f(sys.maxint) (of test_pypy_c) ...!
it seems we are in a flexswitch after a promote to be precise
adding a bunch of printf to the c code: it seems that the inputlocatios to the reg alloc contain the same register twice
- - CALL_LIKELY_BUILTIN uses call_valuestack => bad
+ mmh, because we have the same variable twice (this is an invariant broken)
+- CALL_LIKELY_BUILTIN uses call_valuestack => bad
Longer-term
------------------
More information about the Pypy-commit
mailing list