Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r55678:a271ab97704b Date: 2012-06-15 07:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a271ab97704b/
Log: Blindly add these two jit instructions. diff --git a/pypy/translator/cli/opcodes.py b/pypy/translator/cli/opcodes.py --- a/pypy/translator/cli/opcodes.py +++ b/pypy/translator/cli/opcodes.py @@ -97,6 +97,8 @@ 'jit_force_quasi_immutable':Ignore, 'jit_force_virtualizable': Ignore, 'jit_force_virtual': DoNothing, + 'jit_force_quasi_immutable':Ignore, + 'jit_is_virtual': [PushPrimitive(ootype.Bool, False)], } # __________ numeric operations __________ _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit