Author: Armin Rigo <[email protected]>
Branch: optresult-unroll
Changeset: r79388:da32d2f36f60
Date: 2015-09-03 07:54 +0200
http://bitbucket.org/pypy/pypy/changeset/da32d2f36f60/
Log: Not implemented yet, make sure it crashes translation
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/jit/backend/x86/regalloc.py
--- a/rpython/jit/backend/x86/regalloc.py
+++ b/rpython/jit/backend/x86/regalloc.py
@@ -430,6 +430,12 @@
consider_guard_nonnull_class = consider_guard_class
consider_guard_gc_type = consider_guard_class
+ def consider_guard_is_object(self, op):
+ xxx
+
+ def consider_guard_subclass(self, op):
+ xxx
+
def _consider_binop_part(self, op, symm=False):
x = op.getarg(0)
y = op.getarg(1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit