Author: Romain Guillebert <romain...@gmail.com> Branch: resume-refactor Changeset: r68718:354d632cf82c Date: 2014-01-17 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/354d632cf82c/
Log: Add the RESUME_PUT_CONST resume resop 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,6 +473,7 @@ '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', _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit