Author: Daniel Roberts <ademan...@gmail.com> Branch: ootype-rerased Changeset: r45891:655cd69271e7 Date: 2011-07-22 17:47 -0700 http://bitbucket.org/pypy/pypy/changeset/655cd69271e7/
Log: Ignore jit_force_quasi_immutable on CLI 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 @@ -94,6 +94,7 @@ 'debug_fatalerror': [PushAllArgs, 'call void [pypylib]pypy.runtime.Debug::DEBUG_FATALERROR(string)'], 'keepalive': Ignore, 'jit_marker': Ignore, + 'jit_force_quasi_immutable':Ignore, 'jit_force_virtualizable': Ignore, 'jit_force_virtual': DoNothing, } _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit