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

pedronis at codespeak.net pedronis at codespeak.net
Wed Mar 21 00:16:50 CET 2007


Author: pedronis
Date: Wed Mar 21 00:16:49 2007
New Revision: 40869

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
some more info



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Wed Mar 21 00:16:49 2007
@@ -13,6 +13,7 @@
   BINARY_ADD!
    - 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       
 
 Longer-term



More information about the Pypy-commit mailing list