[pypy-svn] r51151 - pypy/branch/jit-refactoring/pypy/jit/rainbow

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Jan 31 11:13:10 CET 2008


Author: cfbolz
Date: Thu Jan 31 11:13:10 2008
New Revision: 51151

Modified:
   pypy/branch/jit-refactoring/pypy/jit/rainbow/bytecode.py
Log:
an XXX so that I don't forget: the implementation of green operations is wrong


Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/bytecode.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/bytecode.py	(original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/bytecode.py	Thu Jan 31 11:13:10 2008
@@ -65,6 +65,9 @@
             else:
                 XXX
             def implementation(self):
+                XXX
+                # the following is nonsense: the green arguments are
+                # GenConsts, so there are revealconsts missing
                 args = (self.jitstate, )
                 for i in numargs:
                     args.append(self.get_redarg())



More information about the Pypy-commit mailing list