[pypy-svn] r52820 - pypy/branch/jit-hotpath/pypy/jit/timeshifter

arigo at codespeak.net arigo at codespeak.net
Fri Mar 21 19:45:44 CET 2008


Author: arigo
Date: Fri Mar 21 19:45:44 2008
New Revision: 52820

Modified:
   pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py
Log:
Translation fix ('greens' is not gone yet)


Modified: pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py	Fri Mar 21 19:45:44 2008
@@ -1053,6 +1053,7 @@
 class JITState(object):
     _attrs_ = """curbuilder frame
                  exc_type_box exc_value_box
+                 greens
                  gv_op_raised
                  returnbox
                  promotion_path



More information about the Pypy-commit mailing list