[pypy-commit] pypy default: Blindly add these two jit instructions.

arigo noreply at buildbot.pypy.org
Fri Jun 15 07:44:42 CEST 2012


Author: Armin Rigo <arigo at 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 __________


More information about the pypy-commit mailing list