[pypy-commit] pypy resume-refactor: Backed out changeset 354d632cf82c

rguillebert noreply at buildbot.pypy.org
Fri Jan 17 14:55:42 CET 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: resume-refactor
Changeset: r68719:c93364c949d0
Date: 2014-01-17 14:54 +0100
http://bitbucket.org/pypy/pypy/changeset/c93364c949d0/

Log:	Backed out changeset 354d632cf82c

diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py
--- a/rpython/jit/metainterp/resoperation.py
+++ b/rpython/jit/metainterp/resoperation.py
@@ -473,7 +473,6 @@
     'RESUME_PUT/3', # arguments are as follows - box or position in the backend,
                     # the frame index (counting from top) and position in the
                     # frontend
-    'RESUME_PUT_CONST/3',
     'RESUME_NEW/0d',
     'RESUME_NEW_WITH_VTABLE/1',
     'RESUME_NEW_ARRAY/1d',


More information about the pypy-commit mailing list