Author: Maciej Fijalkowski <fij...@gmail.com> Branch: kill-gen-store-back-in Changeset: r65324:a04f2b2c5238 Date: 2013-07-10 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a04f2b2c5238/
Log: grrr grrr grrr. force_virtualizable can malloc. 2 weeks 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 @@ -488,12 +488,12 @@ 'NEW_ARRAY/1d', 'NEWSTR/1', 'NEWUNICODE/1', + 'FORCE_VIRTUALIZABLE/1d', # forces a non-standard virtualizable '_MALLOC_LAST', 'FORCE_TOKEN/0', 'VIRTUAL_REF/2', # removed before it's passed to the backend 'READ_TIMESTAMP/0', 'MARK_OPAQUE_PTR/1b', - 'FORCE_VIRTUALIZABLE/1d', # forces a non-standard virtualizable # this one has no *visible* side effect, since the virtualizable # must be forced, however we need to execute it anyway '_NOSIDEEFFECT_LAST', # ----- end of no_side_effect operations ----- _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit