Author: Daniel Roberts <[email protected]>
Branch: 
Changeset: r45292:c8344a91deef
Date: 2011-06-27 20:20 -0700
http://bitbucket.org/pypy/pypy/changeset/c8344a91deef/

Log:    Tell the JVM backend what to do with this operation. It's possible
        DoNothing is more correct in this case, but Ignore seems fine for
        now.

diff --git a/pypy/translator/jvm/opcodes.py b/pypy/translator/jvm/opcodes.py
--- a/pypy/translator/jvm/opcodes.py
+++ b/pypy/translator/jvm/opcodes.py
@@ -98,6 +98,7 @@
     'jit_marker':               Ignore,
     'jit_force_virtualizable':  Ignore,
     'jit_force_virtual':        DoNothing,
+    'jit_force_quasi_immutable': Ignore,
 
     'debug_assert':              [], # TODO: implement?
     'debug_start_traceback':    Ignore,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to